JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
JavaScript
$('div').prepend('<div id="outer-div" style="position: absolute; z-index: -999; width:100px; height:100px; background:#777777;"><div id="inner-div" style="position:absolute; z-index: 999; top:30px; left:30px; height:40px; width:40px; color:#FF0000;"></div></div>');