I have been using tailwindcss with next.js for my project. Everything was working fine until suddenly the styles stopped working in my BlogPost.tsx component and new styles don't seem to work anywhere else either. I've been searching for a solution for the past three days but haven't been able to resolve the issue.
P.S: I even tried creating a new Next.js + TypeScript Project and transferring my files into it, but the problem persisted.
Below are my configuration files and the code snippet of the component I'm currently struggling with. Any help would be greatly appreciated!
Blog.tsx
[component code here]
and here is my [link to configuration files]...
[additional links to configuration files]