JSFiddle - React, Tailwind, and code Playground

HTML

<div class="cont">
    <div class="a"></div>
</div>

CSS

.a {
    background-color: blue;
  min-height: inherit;
    

}
.cont {
    min-height: 300px;
    border:1px solid;
}