JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://placehold.it/1000/1000"/>
</div>
CSS
img{
width: 100%;
height: 100%;
opacity: .01;
}
div{
width: 500px;
height: 500px;
background-image: url(http://placehold.it/300/300);
}