Okay good news is I found a work-around with the issue in the images when loading by css. I just moved the images folder to the /public folder that way it can be accessed directly. But the issue with using the @apply styling with Tailwind still persists. Any ideas how to fix this? There is no issue when running it locally through npm run dev and opening it in browser http://localhost:port. But when I deploy it in Vercel or tried to npm run build then npm run preview and open the build preview on browser, the @apply styles are not being implemented.