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