JSFiddle - React, Tailwind, and code Playground

by stecb

HTML

<div class="loader"></div>

CSS

.loader{
    background:url(http://www.preloaders.net/generator.php?image=2&speed=5&fore_color=000000&back_color=FFFFFF&size=64x64&transparency=0&reverse=0&orig_colors=0&uncacher=40.84548242390156) no-repeat center center;
    position:absolute;
    width:100px;
    height:100px;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-50px;
    border:1px dotted gray;
}