JSFiddle - React, Tailwind, and code Playground
by techsin
HTML
<div class="cont">
<div class="a"></div>
</div>
CSS
.a {
background-color: blue;
height: 100%;
}
.cont {
min-height: 300px;
border:1px solid;
}
by techsin
<div class="cont">
<div class="a"></div>
</div>
.a {
background-color: blue;
height: 100%;
}
.cont {
min-height: 300px;
border:1px solid;
}