JSFiddle - React, Tailwind, and code Playground
by Kheema Pandey
HTML
<div>25fdsfsd
</div>
<input type="file" />
CSS
div{ background:url(upload.png) no-repeat 10.6em 0; text-align:left; padding:5px;
border: 1px solid #ccc;width:410px; height:100px;
display: inline-block;
padding: 0px;
width: auto;
-moz-box-shadow: inset 0 0 10px #ccc;
-webkit-box-shadow: inset 0 0 10px #ccc;
box-shadow: inset 0 0 10px #ccc;}
}
input[type="file"]{-moz-opacity:0.5; -webkit-opacity:0.5; filter:alpha(opacity=20); padding:6px;
}