JSFiddle - React, Tailwind, and code Playground

by igalst

HTML

<div class="fileWrapper">
    <input type="file">
</div>

CSS

.fileWrapper {
        background: url(http://www.calcalist.co.il/PicServer2/20122005/282045/OWLINE_l.jpg);
}

.fileWrapper input[type="file"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}