JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
JavaScript
var assignedhtml = "<div>\
<p>It's the most beautiful thing I've seen in my life </p>\
<p> It's watermalone </p>\
</div>";
$('div').html(assignedhtml);