As a beginner, I feel like I'm losing my mind trying to figure this out. I've watched countless tutorials and read through numerous documents, but still can't seem to get it working. Does anyone have any advice on how to successfully integrate tailwind (postcss or cli) with vite?
I want to use vanilla CSS with vite, alongside some tailwind, but I know that using the tailwindcss CDN is not recommended with vite.
First, I create my vanilla JS project with vite and then attempt to install tailwind following all the steps as instructed. However, when I run 'npm run dev,' I encounter various errors. It's frustrating!