I have a vague memory of an easy way to incorporate CSS code within a JS file, but I can't recall the specific details.
Simply inserting CSS code into a JS file doesn't seem to work, so there may be a need for comments or some other method.
*Note: I am not interested in using JS to render a <link...>
for a CSS file. My goal is to load a JS file normally with <script...>
and include plain CSS code inside a *.js file, similar to how it would appear in a regular *.css file.