Answers for "install tailwind css components"

CSS
1

how to install tailwind css in html

<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
Posted by: Guest on July-05-2021
0

install tailwind css

npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init
Posted by: Guest on January-30-2022

Browse Popular Code Answers by Language