JSFiddle - React, Tailwind, and code Playground

by Vladimir Kutepov

HTML

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

CSS

#map {
  background: red;
  max-width: 300px;
  margin: 0 auto;
  min-height: 50px;
  max-height: 500px;
  height: 56vw;
}