JSFiddle - React, Tailwind, and code Playground

HTML

<div id="uploadWrapper">
    
    <img src="http://i43.tinypic.com/2uhsbv9.png" style="position:absolute;z-index:999;">
    <div style="background-color:#488DF1;width:100px;height:100px;top:5px;left:5px;position:absolute;z-index:997;"></div>
    <div style="width:110px;position:relative;top:50px;font-size:12px;font-family:sans-serif;text-align:center;z-index:998;">Upload image</div>

<input type="file" style="font-size: 120px; opacity: 0; height: 110px; position: absolute; cursor: pointer; right: 0; top: 0; z-index: 9999">
    
</div>