JSFiddle - React, Tailwind, and code Playground

HTML

<div class="viewport"></div>

CSS

.viewport{    
    position:fixed;
    top:5px;
    left:5px;
    bottom:5px;
    right:5px;
    background-color:rgba(255,0,0,0.3);
}