JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <div>А йа дифчег</div>
</div>

CSS

* { margin: 0;}
body,html { height: 100%;}
div { min-height: 50%; background: red;}
div > div { background: #fff;}