I’m running a Tailwind-powered project that works perfectly in my local dev server, but as soon as I trigger the production build the console lights up with Tailwind-related errors and warnings and the build fails. I need you to trace the root cause—whether it lives in tailwind.config.js, PostCSS, the build pipeline, or a mis-referenced plugin—and provide a clean fix. Please test the solution so that npm run build (or the equivalent command) completes without errors, then explain what you changed so I can replicate the steps on future environments. Deliverables • Updated configuration or code changes that eliminate the build errors • A short summary of the issue and the fix, documented in README or a brief note Once the build passes on my end, the job is done.