JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

HTML

<div>
    <div lang="en"  class="table1">
        <table align="center" role="presentation" cellpadding="0" cellspacing="0" border="0" width="100%" class="table2">
            <tbody>

                <tr>

                    <td class="table3">
                        <table role="presentation" width="100%" border="0" cellpadding="0" cellspacing="0">
                            <tbody>
                                <tr>
                                    <td class="table4">

                                        <table align="center" role="presentation" border="0" cellpadding="0" cellspacing="0" width="210">
                                            <tbody>
                                                <tr>
                                                    <td height="32" width="42">
                                                        <a href="" target="_blank" data-saferedirecturl="">
                                                            <img src="" width="32" height="32" >
                                                        </a>
                                                    </td>
                                                    <td height="32" width="42">
                                                        <a href="" target="_blank" data-saferedirecturl="">
                                                            <img src="" width="32" height="32" >
                                                        </a>
                                                    </td>
                                                   
                                                </tr>
                                            </tbody>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td class="table5" style="text-align:center">
                                        <a href="" ...

CSS

.table1{
    margin:0;
    padding:0;
    min-width:100%;
}

.table2{
  font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size:1em;
  line-height:1.5;
  max-width:600px;
  padding:0 20px 0 20px;
  text-align:center;
}


.table3{
   padding:20px;
}

.table4{
 padding-bottom:20px;
 padding-top: 0px;
 align-items: center;
}
.table5{
padding-bottom:20px;
}