JSFiddle - React, Tailwind, and code Playground
HTML
<div id="q">
<div id ="w">
</div>
</div>
CSS
#q {
position: relative;
width: 500px;
height: 500px;
}
#w {
position: absolute;
bottom: 0;
right: 0;
width: 50px;
height: 50px;
}
div {
border: 1px solid black;
}