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