How to do I replace the simple CSS to Tailwind CSS?

clock-icon

asked 5 months ago

message-icon

1

eye-icon

125

There are imports, installation, and within the existing file of style.css.

1 Answer

It depends on whether you are using next|react|angular Enter Doc to get

beacuse in

Angular => npm i tailwind

next => when create app the app give you some Question include tailwind

React => npm install tailwindcss @tailwindcss/vite

Vanilla JavaScript => you can enter CDN

  • you can search in Google for any thing

I hope this has been helpful. Thank you.

1

Write your answer here

Top Questions

    How to do I replace the simple CSS to Tailwind CSS?