JSFiddle - React, Tailwind, and code Playground

by idygress

HTML

<html>
<!-- 
This will need to be tweaked but here is the core.
Change:
- add Blue Hand Logo to our CDN and change SRC below
- adjust font sizes after we test a send
- test all email clients including outlook
-->
<body>
<center><img src="https://images.squarespace-cdn.com/content/5c49f361e749409bfb9c36ba/1555371882571-F726AD7JGU1NG4SBAKTN/whiteCChandSQ.png" width=75px; alt="Frictionless Volunteering"></center>
<center><font face="Josefin Sans" size="12px"><strong>Civic Champs</strong></font><br>
<br>
<font face="Josefin Sans">Your verification code is</font><font face="Josefin Sans" size="12px" color="#5C8DE8"> {####}.</font><br>
<br>
<font face="Josefin Sans">Please enter this code where your Civic Champs app is requesting it.</font></center>
</body>
</html>