I want to use tailwind in my Ionic project but Im facing an issue. I have installed tailwindcss tailwindcss/vite and preflight. I have added tailwind plugin to vite config, I have created basic tailwind config with only primary color provided. I also included style.css that contains @import "tailwindcss
. But nothing worked for me. Styles were not applied to my project at all. It does not fails or something it just does not work. Could someone please explain how I can tailwind to my Ionic+Vue+Vite project?