JSFiddle - React, Tailwind, and code Playground
by septerr
HTML
<div id="test">This element already existed in the DOM.</div>
JavaScript
$('#test').after("<div id='hello' class='a b'>Hello</div>");
by septerr
<div id="test">This element already existed in the DOM.</div>
$('#test').after("<div id='hello' class='a b'>Hello</div>");