There are different ways of adding styles to react components.
1. Inline styles.
2. CSS Stylesheet
3. CSS Modules
In this example we shall see on how to implement styles using a CSS Modules in React components. The example uses styles defined in a seperate .css file and imported into the react component file.
1. Inline styles.
2. CSS Stylesheet
3. CSS Modules
In this example we shall see on how to implement styles using a CSS Modules in React components. The example uses styles defined in a seperate .css file and imported into the react component file.

