JSFiddle - React, Tailwind, and code Playground

by adardesign

HTML

<a href="mailto:[email protected]">[email protected]</a>
<a href="http://google.com">[email protected]</a>
<a href="mailto:[email protected]">[email protected]</a>

CSS

a{display:block;} /*just for demo purpose*/


a[href^="mailto:"]:after{
    content:url("http://png-4.findicons.com/files/icons/2083/go_green_web/64/mail.png")
}