I have download Tailwind CSS IntelliSense but the thing is that it works perfectly fine when i use react.js. But i recently got a project from only html, css and vanila js where i have to use tailwindCSS and i'll have to use it on html tag.how will i do that?
As this video suggests, just create a file named tailwind.config.js
in the same folder of your html file. You can leave the new file empty; wait a few seconds and it'll work. Just tried and it worked for me.