Rich text stored in MySQL Database:
<p>Something something</p><p>Something something</p>
I fetch the Database content and store inside description state .
React code :
<div >{ description }</div>
The output is :
<p>Something something</p><p>Something something</p>
There shoult NOT be <p>
tagse there and the sentences should be in 2 lines.