TailwindCSS continues to grow in popularity — even among devs who previously swore by styled-components or Emotion.
What I noticed:
- Utility-first classes speed up prototyping
- Separation of concerns redefined (HTML owns layout now)
- Less context switching
Still love CSS-in-JS for highly dynamic theming, but Tailwind’s DX is hard to beat for most apps.