3. Try changing tailwindcss classes(try adding `text-red-500` class) in index.html file line 12.
4. You will see a change for removing classes but no change in adding classes.
### Expected behavior
Dev Server should reflect the class changes.
I believe this has been fixed in #3326, and will be available in the v3.5.0 release. Please see the updated docs to enable this new setting. Please give it a try and let me know if it fixes your problem!
Bug Report Quick Checklist
Describe the bug
TailwindCSS JIT Compiler doesn't pick up changes.
To Reproduce
Clone: https://github.com/verbose9/tlwind
Install dependencies and spin up dev server:
npm run dev