JSFiddle - React, Tailwind, and code Playground

HTML

<input style="display: none; visibility: hidden;" id="myFileInput" type="file">
<button type="button" onclick="$('#myFileInput').trigger('click');">Browse</button>

CSS

button {
  border: none;
  background: none;
}