JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<div class="thing-wrap">
  <div class="thing">test</div>
</div>

CSS

html, body {
  margin: 0;
  height: 100vh;
}

.thing {
  position: absolute;
  left: 50px;
  top: 0;
  transform: translateY(150vh;)
}