JSFiddle - React, Tailwind, and code Playground
HTML
<body><table style="width: 100%;">
<tbody><tr>
<td style="position: relative; width: 50%; height: 500px; vertical-align: top; overflow: hidden;">
<div style="position: relative; background-color: blue; height: 100%; width: 100%;">
<div style="position: absolute; background-color: lightblue; height: 50%; width: 50%; top: 10px; left: 30px;"></div>
</div>
</td><td style="position: relative; width: 50%; height: 500px;"><div style=""></div></td>
</tr>
</tbody></table>
</body></html>