JSFiddle - React, Tailwind, and code Playground

by haithamsboui

HTML

<!DOCTYPE html>
<html>
<body>

<p>
This is an email link:
<a href="mailto:[email protected]?Subject=Hello%20again&Body=https://google.com" target="_top">Send Mail</a>
<a 
target="_top"
href="mailto:[email protected]?subject=Hey+Dude.+You're+Cool.&[email protected]&[email protected]&body=Your+awesome+message+goes+here.%0D%0A%0D%0AThis+is+on+a+new+line.+Go+to+http%3A%2F%2Fwww.google.com%2F.">[email protected]</a>
</p>

<p>
<b>Note:</b> Spaces between words should be replaced by %20 to ensure that the browser will display the text properly.
</p>

</body>
</html>