JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="width:800px; height:1280px; border:1px solid black; position:relative;">
<div style="position:absolute; top:0; left:0; right:0; bottom:50%; overflow:auto;">Efri</div>
<div style="position:absolute; bottom:0; left:0; right:0; top:50%; overflow:auto;">Neðri</div>
</div>
</body>
</html>