In this video you’ll learn how to install Tailwind CSS via NPM. Before you could install it, you do need to have Node.JS installed. I won’t be doing that in this video since it’s very easy to do – Learn one of the most popular utility CSS frameworks named Tailwind for its simplicity and flexibility.
"build-css": "tailwindcss build src/style.css -o public/style.css"
-------
npm run build-css