I'm torn about @tailwindcss
I'm torn about @tailwindcss. It's a tradeoff.
Benefit: Move faster. No need to declare my own classes.
Cost: More "noisy" HTML due to long class declarations. Must memorize/lookup many selectors.
Comparison: Note how CSS modules results in "cleaner" HTML than Tailwind... 🤔

Admittedly, that screenshot doesn't tell the whole story. With CSS modules, I also had to declare my styles in a separate file. With CSS modules, I have to write the CSS myself.
Ah tradeoffs.
That said, I'm still torn if @tailwindcss benefits outweigh the downsides.