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;
}