You can write HTML in a popup.
var preview = window.open("", );
preview.document.write(html);
preview.document.close();
, , . , <body>. , . text/html HTML-, HTML <body>.
<p>email</p>
, - div .
, , <style>. .
<style>p { font-family: arial, sans-serif; }</style>
<p>email</p>
HTML . ( -!) .