JSFiddle - React, Tailwind, and code Playground

HTML

<div id="cover"></div>

CSS

#cover {
    background-color: green;
    height: 100%;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
}