JSFiddle - React, Tailwind, and code Playground

by nkovacs

HTML

<button>
<input type="file"/>
</button>

CSS

button input {
    opacity: 0;
}