JSFiddle - React, Tailwind, and code Playground

Mailto Share Template

by Hugo Carneiro

HTML

<p>I was reading <strong>Entry title</strong> and I thought you might be interested in the following:</p><br>

<!-- FROM HERE IT WILL ONLY DISPLAY WHAT THE USER SELECTS -->
<!-- Text type / accordion -->
<p><strong>Field label</strong></p>
<p>Field value</p>
<!-- Image type -->
<p><strong>Field label</strong></p>
<p>
  <img src="http://placehold.it/350x150" />
</p>
<!-- File type -->
<p><strong>Field label</strong></p>
<p>
<a href="http://placehold.it/350x150" target="_blank">Open file</a>
</p>
<!-- Webpage type -->
<p><strong>Field label</strong></p>
<p>
<a href="http://placehold.it/350x150" target="_blank">http://placehold.it/350x150</a>
</p>
<!-- Email type -->
<p><strong>Field label</strong></p>
<p>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</p>
<!-- Number type -->
<p><strong>Field label</strong></p>
<p>
<a href="tel:07932077290" target="_blank">07932077290</a>
</p>