Getting Started with Tailwind CSS

There are several ways to get started with Tailwind CSS, depending on your project's requirements and environment.

Tailwind CSS is designed to be highly customizable, and it's best to use a build tool like PostCSS to optimize your CSS for production. However, you can also use the Play CDN to get up and running quickly for small projects or prototyping.

Using the Play CDN

The Play CDN is the fastest way to get started with Tailwind CSS. All you need to do is add a script tag to your HTML file, and you can start using utility classes immediately.

View Output

Other Installation Methods

In addition to the Play CDN, Tailwind CSS can be installed using the following methods:

In the next page, we'll dive deeper into the utility-first philosophy and see how to build custom designs with the framework.