Tailwind CSS
What is Tailwind CSS?
Tailwind CSS defines itself as "A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup."
What does that actually mean? Essentially, Tailwind can help developers quickly build and customise websites using its pre-configured low level CSS classes. It is open source and adaptable to almost any design owing to its "utility-first" approach.
Crucially, when deployed to websites, the CSS output is stripped back to only include the CSS specifically required to build the design, thereby avoiding unnecessary bloat.