JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<img src="https://million-wallpapers.ru/wallpapers/4/15/10830148817296411687/nabor-programmista.jpg" alt=""/>
CSS
*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;outline:0}
img{
position:relative;
width:600px;
border:2px solid #000;
}
img::after{
content:"view more";
position:absolute;
z-index:99;
top:0;
left:0;
height:100%;
width:100%;
background: rgba(111, 168, 145, 1);
}