JSFiddle - React, Tailwind, and code Playground
HTML
<canvas></canvas>
<div class="fixed">
<p>
Your UI code in here
</p>
</div>
CSS
canvas{
width: 600px;
height: 600px;
border: dashed red 1pc;
}
div.fixed{
position: fixed;
left: 30px;
top: 30px;
background-color: rgba(0,0,0,0.5);
padding: 30px;
}