JSFiddle - React, Tailwind, and code Playground

by Ken Watanabe

HTML

<figure>
      <img src="http://cdn.playbuzz.com/cdn/8d07f910-58ae-4027-8c82-2383aecd05f8/f766be92-b78e-4c9b-8bb6-1237ccf03b41.jpg" alt= "image1">
    <figcaption>Copy<br>Copy</figcaption>
    </figure>

CSS

figcaption {position:relative; z-index:10; float:right; background:#ffffff; margin:20px; padding:20px; bottom:70px;border:solid 2px black; width:40%;}
figure {width:50%;height:auto:}
figure img {width:100%; height:auto;}