ReactCSS in ReactCSS In React QuizCSS In React QuizWill Global CSS affect all components? (Even if you are a super grandson when importing the CSS file)?YesNopCan I use SCSS as Global CSS?YesNopCan I create external variables to define inline styles in React?YesNopIn the DOM, is the inline style output of React and Vanilla JS the same?YesNopWhy do we have to use `className` instead of `class` to define classes in components?`className` it's more fancy`class` it's a JS keyword`className` makes more sense`class` means you need to studyWith Global CSS how can I avoid component styles being affected 'globally'?Not using CSSCreating a class for each componentNot using ReactCan I use SCSS as Module CSS?YesNopWhat is the correct way to write CSS in React?GlobalInlineModuleThere is no correct waySubmit