JSFiddle - React, Tailwind, and code Playground

by Travis Harris

HTML

CONTACTUSEMAIL<br><br><br>CONTACTUSEMAIL

JavaScript

$('body').each(function(){
var AddEmailLink = $(this).html().replace(/(CONTACTUSEMAIL)/g, '<a href="mailto:[email protected]">[email protected]</a>');
$(this).html(AddEmailLink);
});