Earlier quoted context omitted.
I don't understand when people see Tailwind as anything other than a syntax for CSS. > forget all about the relations of styling rules to eachother This is a hot take, but the more cascading your styles are, the harder they are to read and debug. I've never been upset to find classes that just correspond 1:1 with DOM elements. And that's what Tailwind is doing.
>And that's what Tailwind is doing. What DOM element does "shrink-0 w-6 h-6 mr-2 -ml-1" correspond to?
Re: Rules for creating good-looking user interfaces
#181the one that you put that class name on