Tailwind CSS – Utility-First CSS in Action
Note: This article was originally published on January 10, 2021. Some information may be outdated. Tailwind CSS is a utility-first CSS framework that encourages building UIs directly in your HTML using small, reusable utility classes. Unlike traditional frameworks like Bootstrap that give you components, Tailwind gives you the building blocks. You style elements by composing…