'Generate HTML with css from React elements

i'm trying to generate HTML with css from react elements using the following code.

const html = ReactDOMServer.renderToString(<ReactComponent/>);

I'm using Material UI components in the react elements. Css is not applied in the generated HTML.

How to generate a HTML with css ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source