Thoughts on Tailwind CSS
What CSS utility libraries gets right
Tailwind CSS might just be worth your time, especially in teams and in agencies.
A CSS utility framework that relies on functional classes and composition to do CSS. It pairs well with a component based approach like React, Svelte and Vue because your markup can contain a lot of classes. Everything that might go into CSS will now be directly inline, much like CSS-in-JS solutions.
Tailwind CSS might just be worth your time, especially in teams and in agencies.