JSFiddle - React, Tailwind, and code Playground

by Christian Sonne

HTML

<div type="cat"></div>

CSS

div {
  height: 200px;
  width: 400px;
  background: url('http://lorempixel.com/400/200/' 'sports');
}