JSFiddle - React, Tailwind, and code Playground

HTML

<div class="green"></div>

CSS

body {
  background: black;
  height: 3000px;
  overflow: hidden !important;
}

.green {
  background: green;
  width: 100%;
  height: 1500px;
  overflow-y: scroll;
}