Ok, so what exactly is Tailwind CSS?

  • Set of small utility classes which represent common pieces of CSS functionality
  • When ready to ship – Tailwind CLI takes these classes and compiles them into a small CSS file with only the utilities that you actually need
  • Tailwind CSS itself is unopinionated – there are no-prebuilt components, you’re just performing CSS styles

1