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>");