JSFiddle - React, Tailwind, and code Playground

by kougiland

HTML

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

CSS

a{
    text-indent:-9999px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    border-radius: 180px;
    border:1px solid #000;
    display:block;
    height:15px;
    width:15px;
}