JSFiddle - React, Tailwind, and code Playground

HTML

<input type="file" id="fileUpload"><br>
<label for="fileUpload">
    <img src="https://www.google.com/images/srpr/logo11w.png" height="100" width="100" />
</label>

CSS

#fileUpload {
    display: none;
}