JSFiddle - React, Tailwind, and code Playground

HTML

<div class="file-border">
    <input type="file">
</div>

CSS

.file-border {
    border: 1px solid #999;
}

input {
    margin: 10px 0;
}