JSFiddle - React, Tailwind, and code Playground

by Alexandru Mihai

HTML

<a href="#">one</a><br/>

CSS

a{
     display: block;
    position: relative;
    top: -250px;
    
}