DEV Community

Discussion on: Anyone can help in tailwind?

Collapse
 
thinkverse profile image
Kim Hallberg • Edited

You can use tailwind CLI to build you tailwindcss:
npx tailwindcss build styles.css -o output.css
You can also use npx tailwindcss help build to learn more, as stated in their installation section here - and then you also have a whole repo with examples on how to setup tailwind with a bunch of different frameworks and environments from the tailwind guys and gals over here.

Hope that helps. 😀

Collapse
 
readthroughmyglasses profile image
Pranati

Hey I have done the same as mentioned in installation section it is not working