Parsing HTML in the Page In React

I am confused because apparently the HTML is not getting formatted to a readable text in my React app. I already placed dangerouslySetInnerHTM but it is not working.
What did I miss?

Codesandbox: CLICK HERE

CODE

<div dangerouslySetInnerHTML={{ __html: message }} />