JSFiddle - React, Tailwind, and code Playground

HTML

<p>
    <a href="mailto:[email protected]" target="_blank">
        <img src="/favicon.png" />
    </a> [email protected]
</p>

CSS

p {
    font-family:"Trebuchet MS";
    margin: 8px 0 5px 30px;
    font-size: 18px;
    line-height: 25px;
}
img { vertical-align: text-bottom; }