Learning Resources

Documentation - Get started with Tailwind CSS

Tailwind CSS works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file.

Tailwind CSS is the only framework that I've seen scale on large teams. It’s easy to customize, adapts to any design, and the build size is tiny.

Rapidly build modern websites without ever leaving your HTML.

The Net Ninja - Tailwind CSS Tutorial

Tailwind is a utitlity-first CSS framework - meaning it provides us with a bunch of utility classes which we can use to style our websites, rather than pre-defined components such as modals, breadcrumbs & tabbed content.

That's in contrast to other CSS frameworks like Bootstrap, which is component based.

In this Tailwind CSS course you'll learn how to set Tailwind up & create a smple website with it from scratch.