DEV Community

Discussion on: Anyone can help in tailwind?

Collapse
 
alphaion profile image
Rishabh Singh • Edited

There are multiple methods to installing Tailwind CSS in your Local Project Directory

  1. By using NPM (Node Package Manager)
    make a project folder
    in project folder type:
    npm install tailwindcss

  2. By using Yarn
    make a project folder
    in project folder type:
    yarn add tailwindcss

  3. Just use the CDN
    inside your directory
    make a html file
    inside html file just paste

and there we go for Tailwind
I prefer the CDN, its best and Easy to established

Pro TIP!!
mertjf.github.io/tailblocks/

just Explore this, templates!!

happy Coding...

Collapse
 
readthroughmyglasses profile image
Pranati

Hey thanks I tried with npm using the documentation it is not working I don't know why, actually I want to customize some attributes in cdn that's not possible.