dangerouslySetInnerHTML did not match error in React
//https://flaviocopes.com/react-fix-dangerouslysetinnerhtml-did-not-match/test' }}>
Here is what the above code is Doing:
1. We create a div element
2. We set the innerHTML property of the div to a string containing the HTML we want to render
3. We use the dangerouslySetInnerHTML property to set the innerHTML property of the div
4. We pass an object to dangerouslySetInnerHTML, with a property __html, which contains the HTML we want to render