JSFiddle - React, Tailwind, and code Playground
HTML
<div style="position:relative">
<form>
<div id="Upper_Element" style="position:absolute; z-index=2">I am top level div!</div>
<div id="Lower_Element" style="position:absolute; z-index=1">I am on the bottom of life</div>
</form>
</div>