JSFiddle - React, Tailwind, and code Playground

HTML

<address> 
<p>Contact me on: <a href="mailto:[email protected]"> 
[email protected]

</a></p>
    </address>

CSS

p{
    width: 100%;
}