JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<button></button>
<input type="text">
</div>
<br/>
<div>
<div></div>
<button></button>
<input type="text">
</div>
CSS
div {
width : 200px;
height: 200px;
background: red;
}
div div {
background : transparent;
cursor: default;
position: absolute;
}