JSFiddle - React, Tailwind, and code Playground

by mauricederegt

HTML

<div class="test"></div

CSS

.test {
    width: 320px;
    height: 250px;
    background: url(http://www.skytopia.com/project/illusion/grow.gif);
    border: 2px solid red;
}