render html string content in render in react code example
Example: react render string as html
<div dangerouslySetInnerHTML={{__html: 'First · Second'}} />
<div dangerouslySetInnerHTML={{__html: 'First · Second'}} />