JSFiddle - React, Tailwind, and code Playground
by Madalina Taina
HTML
<div class="container">
<div class="row">
<div class="row" style="width:100%">
<table>
<tr>
<td bgcolor="#CCFFEE">
test()
blah,blah,blah
2016-08-12 04:44:20
</td>
<td><img src="" alt="Smiley face" height="80" width="80"></td>
<td></td>
<td></td>
<tr>
<tr>
<td bgcolor="#CCFFEE">
test()
Hi
2016-08-12 04:43:16
</td>
<td><img src="" alt="Smiley face" height="80" width="80"></td>
<td></td>
<td></td>
<tr>
</table>
<br/><br/>
<table>
<form action="/v1/reply" method="post" onsubmit="return validateForm();window.location.reload();" name="myForm">
<tr><td><input type="text" id="body" name="body" style="width:700px;height:50px;"></td>
<td><button type="submit" style="width:100px;height:50px;" id="sent_1" value="Send">Submit</button></td>
</tr><br>
</form>
</table>
</div>
CSS
table,
tr{
width:100%;
}