JSFiddle - React, Tailwind, and code Playground

by nottrobin

HTML

<nav>
 <li>
 <a class="l1" href="whatever.com/about/">About</a>
 <a class="l2" href="whatever.com/content/">Content</a>
 <a class="l3" href="whatever.com/history/">History</a>
 <a class="l4" href="yabidu.com/Team/">Team</a> 
 </li>
</nav>

CSS

.l1
{
position:relative;
top:5px;
right:30px;
}