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

img{
  position:relative;  
  width:600px;
  border:2px solid #000;
	opacity:.2;
}

img::after{
  content:'view more';
  position:absolute;
  top:0;
  left:0;
	height:100%;
	width:100%;
  background:red;  
}