JSFiddle - React, Tailwind, and code Playground

HTML

<label for="fileInput">
    <img id="imgFileUpload" class="classImgFileUpload" src="http://s8.postimg.org/3y5xzwps1/upload_photo_1.png" />
    <label>
        <input type="file" id="fileInput" />
    </label>
</label>

CSS

#fileInput {
    opacity:0
}
body {
    background:cadetblue;
}