dangerouslySetInnerHTML
↔ special property to inject inner HTML into JSX element
inject some HTML
<span dangerouslySetInnerHTML={{__html: "somecode"}}
dangerouslySetInnerHTML
↔ special property to inject inner HTML into JSX elementinject some HTML
<span dangerouslySetInnerHTML={{__html: "somecode"}}