React CSS Modules
Using CSS Modules for scoped styling.
React CSS Modules
CSS Modules allow you to write CSS that is scoped locally to the component.
The CSS file needs to have the extension .module.css.
This prevents detailed class name conflicts in larger applications.