DEV Community

Discussion on: Why start using TailwindCss in 2021

Collapse
 
pontakornth profile image
Pontakorn Paesaeng

Tailwind just saved me a lot of keystrokes. It is easier to prototype or just change something quick with it. Especially @apply saves me lots of time spending on writing tedious style, media query, pseudo class (Such as :hover).

I use Tailwind in form of WindiCSS with Vue. So, I don't have to worry about purging unneeded styles. I use twin.macro in React and Next.