I am working on a laravel project, and using the tailwindcss framework for styling. It works fine on my computer using the “php artisan serve” but when I try to expose it to public using the ngrok it displays only the plain HTML formatting only. It does not render any of the tailwindcss styling.
I tried using css styling inline and internal they both works fine when I tunnel using the ngrok
but when I try to use tailwindcss it stops rendering the tailwindcss styling and show only the HTML formatting.