JSFiddle - React, Tailwind, and code Playground
HTML
<input type="file">
CSS
input {
display: inline-block;
height: 40px;
line-height: 40px;
border: 1px solid #999;
}
<input type="file">
input {
display: inline-block;
height: 40px;
line-height: 40px;
border: 1px solid #999;
}