JSFiddle - React, Tailwind, and code Playground

by brunomuller

HTML

<div class="screen">
  <div class="wrapper">
    <div class="content"></div>
    <div class="loader"></div>
  </div>
</div>

CSS

.screen {
  height: 500px;
  width: 500px;
  overflow: scroll;
}

.content {
  height: 1000px;
  width: 1000px;
}