JSFiddle - React, Tailwind, and code Playground

by InferOn

HTML

<img src="image.png" class="item-portfolio" alt="portfolio item">

CSS

img.item-portfolio :after{
    content: url(images/shadow.png) no-repeat; 
    
    
}