JSFiddle - React, Tailwind, and code Playground

by stichoza

HTML

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

CSS

.circle-loader {
    width: 100px;
    height: 100px;
    background: red;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px; 
}

JavaScript