JSFiddle - React, Tailwind, and code Playground
HTML
<div id="map">lol</div>
CSS
html, body{
height: 100%;
}
#map{
height: 50%;
background: red;
}
<div id="map">lol</div>
html, body{
height: 100%;
}
#map{
height: 50%;
background: red;
}