JSFiddle - React, Tailwind, and code Playground

by Benjamin DeLong

HTML

<a title="Anchor Title">
    
    <img title="Image Title" />

</a>

CSS

img { width:50px;height:50px;background:blue; }
a, img { position:absolute; } 
a { z-index:4;display:block;width:50px;height:50px; }
img { z-index:2; }