I am using sun editor in my react app, when the user enters the text into the editor the tag gets added automatically at the end of the string.
<p>dasdsad</p>
<p>dasdsad dsadsa <br></p>
I am adding space but it adds the line breaker.
How can I get rid of this unwanted tag from my text?