JSFiddle - React, Tailwind, and code Playground

by ryanwfiorini

HTML

<div id="a">

<div id="a1"> something here
</div>
<div id="a2"> show this part first
</div>

</div>

CSS

#a1 {
    top:100px;
    position:absolute;
}
#a2 {
    top:0;
    position:absolute;
}