JSFiddle - React, Tailwind, and code Playground
HTML
<input type="textbox" placeholder="Enabled" />
<div class="notEdit-overlay"></div>
<div>
<input type="textbox" placeholder="Disabled" />
</div>
CSS
.notEdit-overlay
{
width: 1080px;
height: 99%;
left: 0px;
background: red;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
}