JSFiddle - React, Tailwind, and code Playground
by Diana Lemen
HTML
<div class="test1">
<div class="test2">
</div>
</div>
CSS
.test1 {
display: inline-block;
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
}
.test2 {
display: flex;
Height: 100%;
}