JSFiddle - React, Tailwind, and code Playground

by Joshua Dwire

HTML

<div class="test"></div>

CSS

.test{
    background-image:url(http://localhost/~joshua/ajax-loader.gif);
    width:500px;
    height:500px;
}