JSFiddle - React, Tailwind, and code Playground
HTML
<div class="main"></div>
<div class="id"></div>
CSS
.main{
margin: 0px auto;
width: 500px;
height: 650px;
background-color: #000;
}
.id{
width: 60px;
height: 100px;
position: fixed;
background-color: #ff0000;
}