JSFiddle - React, Tailwind, and code Playground

HTML

<div id="dimScreen"></div>

CSS

html, body {
    height: 100%;
}

#dimScreen
{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
}