JSFiddle - React, Tailwind, and code Playground

by hiral

HTML

<div id="web_loader_content">
    <div id="gal_back"></div>

CSS

#web_loader_content
    {
    top:-50px;
    position:relative;
    width:990px;
    min-height:200px;
    margin:auto;
    border:0px solid;
    background-color:#111111;
    }

    #gal_back
    {
    position:absolute;
    width:100%;
    height:120%;
    background: rgba(17, 17, 17, 0.7);
    
        z-index:9999999;
    }