JSFiddle - React, Tailwind, and code Playground
HTML
<div class="prof" style="background:url(https://c1.staticflickr.com/3/2669/5830411257_b21bf9e931_b.jpg);background-size:cover">
<input type="file" id="uploadpic" class="uploadpic" />
</div>
CSS
.prof{
height:250px;
width:150px;
background-color:black;
}
.uploadpic{
height:250px;
width:150px;
opacity: 0; filter:alpha(opacity: 0);
cursor:pointer;
}