Answers for "how to install tailwind css without npm"

CSS
6

tailwind css npm

# Using npm
npm install tailwindcss

# Using Yarn
yarn add tailwindcss
Posted by: Guest on September-14-2020
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

Code answers related to "how to install tailwind css without npm"

Browse Popular Code Answers by Language