JSFiddle - React, Tailwind, and code Playground

HTML

<div class="img-files"></div>

CSS

.img-files{
    background:url("http://lorempixel.com/100/150") no-repeat;
    position:absolute;
    background-size:90%;       
    width: 100px;       
    height: 150px;
    text-indent: -9999px; 
    z-index:1;
}

.img-files {opacity: 0.5;}
.img-files:hover {opacity: 1;}