JSFiddle - React, Tailwind, and code Playground
by DefuZe
JavaScript
var email = '%65%78%61%6D%70%6C%65%40%65%78%61%6D%70%6C%65.com'; // [email protected]
document.write('<a href="mailto:' + decodeURIComponent(email) + '">' + decodeURIComponent(email) + '</a>');