JSFiddle - React, Tailwind, and code Playground
HTML
<div class="wo">
<div class="bo"></div>
<div class="ho"></div>
</div>
CSS
*{margin: 0; padding: 0;}
html, body{height: 100%; }
.wo{min-height: 100%; height: 100%; position: relative; }
.bo{width: 600px;height: 1938px; background: #39c; position: absolute;
transform: scale(.2); transform-origin: top left;
}