JSFiddle - React, Tailwind, and code Playground

HTML

<input type="file">

CSS

input {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #999;
}