why take off the div tag and leaving the empy brackets in react code example
Example: returned data has p tags react
return <div dangerouslySetInnerHTML={{ __html: yourStringWithHtmlInIt }} />;
return <div dangerouslySetInnerHTML={{ __html: yourStringWithHtmlInIt }} />;