JSFiddle - React, Tailwind, and code Playground
by teleject
HTML
<a href="mailto:[email protected]"> Email me!</a>
CSS
* { margin: 10%; }
a { font-size: 200%; font-family: sans-serif; text-decoration: none; }
a[href^="mailto:"]:before { font-size: 120%; content: "\2709 "; }