JSFiddle - React, Tailwind, and code Playground
by Daedalus
HTML
<div>
lots o text
</div>
<div>
here is some more text
</div>
CSS
div {
position: absolute;
top: 0;
left: 0;
}
by Daedalus
<div>
lots o text
</div>
<div>
here is some more text
</div>
div {
position: absolute;
top: 0;
left: 0;
}