I have checked out this answer but just wondering if there is a better way of importing a CSS file into a react component just like any other JS file.
something like SCSS's @import url('cdn-url.css')
And without using webpack or react-script-loaders
Any ideas would be appreciated.