JSFiddle - React, Tailwind, and code Playground
HTML
<div id='mydiv'></div>
CSS
* {
box-sizing: border-box;
}
#mydiv {
position: fixed;
width: 150px;
top: 0;
bottom: 0;
border: 1px solid #f00;
}
<div id='mydiv'></div>
* {
box-sizing: border-box;
}
#mydiv {
position: fixed;
width: 150px;
top: 0;
bottom: 0;
border: 1px solid #f00;
}