JSFiddle - React, Tailwind, and code Playground

by David Thomas

HTML

<ul class="learn">
     <li class="thumbnaile"><img id="portrait" src="http://lorempixel.com/300/300/nature" class="stretch" /></li>
 </ul>

CSS

img {
    margin: 4px 0 0 4px;
    box-shadow: 0 0 0 4px #f90;
}