JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" class="bigbox" value="Some Text"/>
CSS
.bigbox{
padding:0 5px 400px;
}
<input type="text" class="bigbox" value="Some Text"/>
.bigbox{
padding:0 5px 400px;
}