After reviewing this answer, I can't help but wonder if there's a more efficient method for importing a CSS file into a React component, similar to how JS files are imported.
Perhaps something akin to SCSS's @import url('cdn-url.css')
without relying on webpack or react-script-loaders.
I would greatly appreciate any suggestions or ideas on this matter.