Tailwind CSS in HTML - A Beginner's Guide
#1 Creating HTML & CSS file
Create HTML and CSS files in the directory.
#2 Installation
Run the following command to install Tailwind CSS.
npm install -D tailwindcss
The flag -D represents the developer dependency not needed in the final deployed ...
joefelix.hashnode.dev3 min read