How can I use tailwind within an iFrame during development?
Currently, when I add new styles, I'm creating a new css file with
npx tailwindcss build src/assets/css/tailwind.css -o dist/assets/css/index.css
and link this file in my iFrame, but this is a bit annoying.... is there a better way to do this during development?