JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
body {
margin: 0;
}
div {
position: relative;
width: 200px;
height: 300px;
background: red;
top: 0px;
left: auto;
}
<div></div>
body {
margin: 0;
}
div {
position: relative;
width: 200px;
height: 300px;
background: red;
top: 0px;
left: auto;
}