I have HTML data stored in database which I wish to display as is. It keeps converting tags to <br /> which is a behavior I do not want. I
<br />
You can also replace the chars with the actual tag.
myString.replace(/<br>/g, '')