JSFiddle - React, Tailwind, and code Playground

by Kenneth Luplau-Brøgger

HTML

<div class="wrap">
  <p>s</p>
  <p>s</p>
  <p>s</p>
  <p>s</p>
  <p>s</p>
  <p>s</p>
  <div class="dims">
    fasfas
  </div>
</div>

CSS

.wrap {
  background: blue;
}

.dims {
  background: red;
  height: 100%;
  position: absolute;
}