JSFiddle - React, Tailwind, and code Playground
by DrydenLong
HTML
<table id='cs'>";
<tr>
<td>
<font size='4' id='heading'><b><U>
".$heading."
</U></b></font>
<br/>Content
<br/>Signature
<br/>
</td>
<td class="right">
<font size='2'><i><b >Date: </b>".$date."</i></font>
</td>
</tr>
</table>
CSS
#cs {
border: 2px solid black;
padding: 4px 17px;
width: 100%;
height: auto;
margin-right: 20px;
margin-bottom: 10px;
display: inline-block;
background: #f0f4fc;
}
.right {
text-align: right;
width: 10%;
}