Edit your vs code settings.json as below:
then reoload the vs code
xxxxxxxxxx
{
// other settings
"tailwindCSS.includeLanguages": {
"javascript": "javascript",
"html": "HTML"
},
"editor.quickSuggestions": {
"strings": true
}
}
xxxxxxxxxx
In VSCode settings.json file add
{
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"html": "html",
"javascript": "javascript",
"css": "css"
},
"editor.quickSuggestions": {
"strings": true
},
"css.validate": false,
}
Then Relaod VSCode