JSFiddle - React, Tailwind, and code Playground

HTML

<div class='container'>
    <div class='content'></div>
</div>

CSS

.container {
  width: 200px;
  height: 200px;
  overflow: auto;
  cursor: move;
}
.content {
  height: 400px;
}