JSFiddle - React, Tailwind, and code Playground

by cmruser

HTML

<!DOCTYPE html>  <html>      <head>          <title></title>          <style type="text/css">    /* OutLook */    a   {color:#058dd9; text-decoration:none; outline: none !important;}    body  {font:16px Arial; color:#333333;}   </style>      </head>      <body style="background-color: #f8f8f8">          <table border="0" cellpadding="0" cellspacing="0" id="bdTable" width="100%" style="background-color: #f8f8f8">              <tbody>                  <tr>                      <td align="center" valign="top">                          <table border="0" cellpadding="0" cellspacing="0" id="tplContainer" style="background-color: #ffffff" width="600">                              <tbody>                                  <!-- PREHEADER \\ -->                                  <tr>                                      <td align="center" id="tplContainerPreheader" valign="top" style="background-color: #f8f8f8">                                          <table border="0" cellpadding="10" cellspacing="0" id="tplPreheader" width="100%">                                              <tbody>                                                  <tr>                                                      <td style="padding-left:20px;" valign="top"></td>                                                  </tr>                                              </tbody>                                          </table>                                      </td>                                  </tr>                                  <!-- HEADER \\ -->                                  <tr>                                      <td align="center" id="tplContainerHeader" valign="top">                                          <table border="0" cellpadding="20" cellspacing="0" id="tplHeader" width="100%">                                              <tbody>                                                  <tr>                                                      <td valign="top">                          ...