JSFiddle - React, Tailwind, and code Playground

by Jaybles

HTML

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

CSS

body{
    background: url(http://firstsightproductions.com/images/gradient-bg.jpg);
}
.div{width:100px; height:100px; border:200px solid #fff;margin:auto auto auto auto;}