JSFiddle - React, Tailwind, and code Playground

by acsocmel

HTML

<a href="www.google.com">google</a>
<a href="www.google.com" title="jgh">google</a>

CSS

a:link {
    width: 8em;
    height: 8em;
    line-height: 8em;
    display: block;
    overflow: hidden;
    border-radius: 4em;
    -moz-border-radius: 4em;
    background-color: rgb(255,255,0);
    margin: 50px auto;
    text-align: center
}
a:link[title] {
    font-size: 3em
}