JSFiddle - React, Tailwind, and code Playground

HTML

<a id="something" href="javascript:somefun()">i am here</a>

CSS

a {
    display:block;
    border:0;
    background:none;
    width:100px;
    height:100px;
    text-decoration:none;
    color:black
}