JSFiddle - React, Tailwind, and code Playground
HTML
<div>I'm always at the bottom right!</div>
CSS
div {
position:fixed;
bottom:10px;
right:0px;
height:20px;
width:250px;
background-color:#cf8;
}
<div>I'm always at the bottom right!</div>
div {
position:fixed;
bottom:10px;
right:0px;
height:20px;
width:250px;
background-color:#cf8;
}