Styling a component in React.
Traditional CSS-file-based styling with the import of stylesheet (with SASS, PostCSS, ..)
SSR does not like it very much.
See React - Style Attribute
CSS - CSS In Js
If you have to insert a HTML style tag, then it's important to do it in a useInsertionEffect.