Toddle is not based on React. So it is not a good idea to import React libraries. Technically it should be possible if you prebuild it or use a React DOM from a CDN, but you need to know what you are doing and that will slow down your app. Also, I think that importing tailwind is not clever, either. This will most likely cause conflicts with Toddle's styling and will be at least a tedious task 😊