JSFiddle - React, Tailwind, and code Playground

by gajjuthechamp

HTML

<div id="upload-file-container">
   <input type="file" name="photo" />
</div>

CSS

#upload-file-container {
   background: url(http://netbeans.org/images_www/articles/69/web/gwt/new-file-icon.png) no-repeat;
}

#upload-file-container input {
   opacity: 0;
   filter: alpha(opacity = 50);
}