Tailwind
Tailwind is a popular utility-first CSS framework that helps developers quickly and easily build responsive and custom-designed user interfaces. Instead of relying on pre-built UI components, Tailwind provides a set of low-level utility classes that can be combined to create any design imaginable. This approach allows for greater flexibility and customization, while also reducing the amount of custom CSS required.
Snippets

Tailwind Merge: clean your code by removing conflicting styling
Tired to have lots of redundant overlapping tailwind classes in your components? Tailwind Merge will sweep redundancy for you!

Tailwind Automatic Class Sorting with Prettier
Did you know that Tailwind has a Prettier plugin to bring order to your JSX and SCSS files? :D Now you do!
