JSFiddle - React, Tailwind, and code Playground

HTML

<div id="map" style="width:100%"></div>

CSS

#map {
    height: 100%;
    background: #000;
}