JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<input><label>tada</label>
<input><label>tada</label>
</div>
CSS
div{
overflow: hidden;
height: 20px;
}
input{
display: block
}
<div>
<input><label>tada</label>
<input><label>tada</label>
</div>
div{
overflow: hidden;
height: 20px;
}
input{
display: block
}