I tried setting up tailwind css 4 on spring boot for thymeleaf template. Unfortunately the styles not rendering on browser.
No error message. From browser inspection css file loaded successfully with 200 status code.
Came across the following site Thymeleaf and TailwindCSS 4.0 updates, mentioning the latest version not compatible with thymeleaf.
I'm using the tailwind css CLI setup, which works perfectly fine for previous version.
Any one able to help/guide on the right way for setting up latest tailwind css w/o using any additional jars or dependencies on java side? Thanks in advance.