JSFiddle - React, Tailwind, and code Playground

HTML

<div id="map">lol</div>

CSS

html, body{ 
    height: 100%;
}

#map{
    height: 50%;
    background: red;
}