Comment by james2doyle
3 days ago
You can actually use tailwind via the script tag in a plain HTML file. Not for production, but great for whipping up prototypes
3 days ago
You can actually use tailwind via the script tag in a plain HTML file. Not for production, but great for whipping up prototypes
Indeed, I've done this quite a few times myself. It's also a phenomenal way to be able to start poking at UI immediately without messing with build pipelines or anything besides just pointing your browser at `file:///...`. Then if the prototype is useful it's very easy to just delete the script tag and get it set up "properly" for a prod build and you know your prototype will pretty much "just work"