Introduction to Tailwind CSS

2022-07-01

This is the first post of my new Astro blog.

Written by: Eko Supriyono

astro

blogging

learning in public

The full Astro logo.

Tailwind CSS is a utility-first CSS framework that allows you to quickly build custom user interfaces. It provides a set of pre-defined CSS classes that you can use to style your HTML elements.

Getting Started

To get started with Tailwind CSS, you need to install it using a package manager like npm or yarn. Here’s how you can install it using npm: