I have this content
content: "<h2 style="text-align:center;"><strong>Medicines</strong></h2>↵<p><span style="font-size: 16px;">This is regarding the medicines</span></p>"
I want to display it in the html form.
I have this content
content: "<h2 style="text-align:center;"><strong>Medicines</strong></h2>↵<p><span style="font-size: 16px;">This is regarding the medicines</span></p>"
I want to display it in the html form.
You must use dangerouslySetInnerHTML
<div dangerouslySetInnerHTML={{ __html: content }} />