JSFiddle - React, Tailwind, and code Playground
by jamessouth
HTML
<a href="http://google.com">External</a>
<a href="#">None</a>
CSS
a {
display:block;
width:100px;
height:50px;
background-color:#ccc;
margin:50px;
color:#fff;
text-align:center;
line-height:50px;
text-decoration:none;
border-radius:5px;
}
a[href='#'] {
background-color:#6aa6cc;
}