JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div{
height: 300px;
background: blanchedalmond;
width: 200px;
position: fixed;
top: 50%;
margin-top: -150px;
float: left;
}
<div></div>
div{
height: 300px;
background: blanchedalmond;
width: 200px;
position: fixed;
top: 50%;
margin-top: -150px;
float: left;
}