JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr><td><div style="position:fixed;top:0;left:0"></div></td></tr>
<tr style="height: 120vh"></tr>
</table>
CSS
div { padding: 20px; background: blue; }
tr { transform:translate(10px,10px); }