This is all about React application styling in both ways 1. using CSS stylesheet style 2. inline styling
-
CSS stylesheet is creted for heading and it is added to h1 tag with "className" in index.js.
-
This styling includes Javascript object creation earlier and then that object is added in "
" . To fetch object property and make changes - eg: customStyle.color Here customStyle is Javascript object created.