JSFiddle - React, Tailwind, and code Playground

by Chris Nicholson

HTML

<a href="#">
    <img src="http://lorempixel.com/300/300/" />
</a>

CSS

a {
    border: 1px solid #000;
}