JSFiddle - React, Tailwind, and code Playground
by tnhu
HTML
<x-modal>
</x-modal>
CSS
x-modal {
display: block;
width: 600px;
height: 600px;
border: 1px solid #ddd;
posistion: absolute;
top: calc(100% - 300px);
left: calc(100% - 300px);
}