Type of CSS in React:
Inline CSS
Global CSS
Module CSS
Inline CSS:
it is a type of css where we will be applying for individual inside one particular tag using "style" attribute.
the css properties should be written inside an expression in the form of "Object".
ex...
reactjsbynitin.hashnode.dev2 min read