JSFiddle - React, Tailwind, and code Playground
HTML
<div id="mask"> <img src="http://arcadeflip.com/styles/acidtech/imageset/logo.png"> </div>
CSS
#mask{
background-color:red;
z-index:2;
opacity:
}
img{
position:relative;
z-index:-1;
}