JSFiddle - React, Tailwind, and code Playground

by magikMaker

HTML

<figure>
<span>
<img src=" ">
<a href=""></a>
</span>
<figcaption>
The image title
</figcaption>
</figure>

CSS

figure {
  background: red
}

span {
  position: relative;
}

a {
  position: absolute;
  top: 0;