JSFiddle - React, Tailwind, and code Playground

by vend3tta

HTML

<div class="b-container"></div>

CSS

html, body {
    min-height: 100%;
    background: #fff
    }

.b-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(center center, ellipse closest-side, rgba(0,0,0,.05), rgba(0,0,0,.2) 7%, rgba(0,0,0,.3) 20%, rgba(0,0,0,.5) 35%, rgba(0,0,0,.7) 50%, rgba(0,0,0,.9) 70%, #000 100%),
                -webkit-radial-gradient(center 30%, ellipse farthest-side, rgba(0,0,0,.05), rgba(0,0,0,.2) 25%, rgba(0,0,0,.5) 50%, #000 60%, #000 100%)
    }

JavaScript

// some lights