JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#">one</a><br/>
CSS
a{
display: block;
position: relative;
top: -250px;
}
<a href="#">one</a><br/>
a{
display: block;
position: relative;
top: -250px;
}