Introduction to Tailwind

Tailwind was first released back in 2017, just one year after the first release of Svelte. It’s a utility-first CSS framework where each CSS property has a single class. This is also known as the atomic CSS approach. This approach helps us rapidly build interfaces without actually having to write any CSS. Instead, all our CSS lives inside the HTML and is defined through classes. What does that look like? Take a look at this example:

Get hands-on with 1200+ tech skills courses.