dangerouslySetInnerHTML is used to inject HTML content into a component.
dangerouslySetInnerHTML
it's named dangerous because improper use can expose your application to cross-site scripting (XSS) attacks.