When on the follow route: /mobile/my-nested-route and making edits to JS code used in foresaid route.
Refused to apply style from 'http://localhost:4200/mobile/tailwind.css?livereload=1536473395783' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Correct path is http://localhost:4200/assets/tailwind.css
app.css
@import 'tailwind.css';