How to use Tailwind CSS on static HTML (with bonus at the end)…
Install Tailwind CSS via NPM
Although it requires a bit more setup and it requires further knowledge of the terminal and JavaScript, it is most definitely the best way to make use of all of the features that Tailwind CSS can provide.
First of all, you need to make sure that you have Node and NPM installed on…