What's the deal with all of this text?
I know that TailwindCSS gets a bad rap for bringing back memories of inline CSS. Every developer tutorial I've ever seen says DO NOT WRITE YOUR CSS IN YOUR HTML. No one ever said anything about JSX though. I find the verbosity of TailwindCSS to be charming in a "I know exactly what this will look like when I'm done" kind of way. I have always been a big Bootstrap fan, and I do miss the prebuilt elements provided by that framework. I do, however, find it pleasing to watch my react project elements do exactly what I tell them to without referencing some forgotten CSS style that I then have to search for and decide if it's worth altering or if I need to create an all new class, and building elements like buttons and forms is a breeze once you get the hang of it.
Anyway, I'll continue using other frameworks as I'm used to them, but TailwindCSS is always on my mind.