JSFiddle - React, Tailwind, and code Playground
HTML
<div id="map">map</div>
CSS
#map {
background: red;
max-width: 300px;
margin: 0 auto;
min-height: 50px;
max-height: 500px;
height: 56vw;
}
<div id="map">map</div>
#map {
background: red;
max-width: 300px;
margin: 0 auto;
min-height: 50px;
max-height: 500px;
height: 56vw;
}