In REACT Component HTML tags are not displayed as HTML. It will display with <> tags. To avoid this, we have to use dangerouslySetInnerHTML in div tag.
For Example: <div dangerouslySetInnerHTML={{ __html: YourValue}}></div>
For Example: <div dangerouslySetInnerHTML={{ __html: YourValue}}></div>
No comments:
Post a Comment