"In some cases, you may need to disable native CSS linting/validations if your editor is very strict about the syntax it expects in your CSS files."
Discussion
Okay - great callout. Will try that :-) Thanks, Laser!
After digging the documentation, I finally found this snippet of code:
"editor.quickSuggestions": {
"strings": true
},
"css.validate": false,
"editor.inlineSuggest.enabled": true
Placed it in my VSCode's settings.json file, and it worked just as expected.
https://plainenglish.io/blog/how-to-fix-tailwind-css-intellisense-in-visual-studio-code-3dede794df21