JSFiddle - React, Tailwind, and code Playground
HTML
<a href="mailto:[email protected]">Click here to send an email</a>
<br />
<a href="mailto:[email protected]" class="good-link">Click here to copy the email</a>
CSS
a{padding: 10px;
background: #993333;
display: inline-block;
width: 200px;
color: white;
text-decoration: none;
font-weight: bolder;
font: 14px Verdana;
text-align: center;
margin: 0px 0 10px;
}
a.good-link{background: #499aff;}