JSFiddle - React, Tailwind, and code Playground

by Christian Sonne

HTML

<img alt="kitten!" width="800" height="300" src="https://placekitten.com/800/300">

CSS

img {
  padding: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}