import Parser from 'html-react-parser'; <div>{Parser(this.state.note)}</div>
<div dangerouslySetInnerHTML={{ __html: this.state.note}} />