JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container"></div>

CSS

#container {
    min-height: 550px;
    height: auto !important;
    height: 550px;
}