JSFiddle - React, Tailwind, and code Playground
by Jesse M
HTML
<input type="submit" value="add to cart" />
<div>
<input type="text" value="some text" />
</div>
CSS
div {
position: relative;
}
div::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
color: #f00;
content: 'khbhhjvj';
display: block;
z-index: 9999;
}