JSFiddle - React, Tailwind, and code Playground
by Fiddel
HTML
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.css">
<script src="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.js"></script>
<div data-role="page" id="page" data-theme="none">
<div data-role="content" id="content">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr >
<td width="25%" style="background-color:red;">AAAA</td>
<td width="25%" style="background-color:yellow;">BBBB</td>
<td width="25%" style="background-color:red;">CCC</td>
<td width="25%" style="background-color:yellow;">D</td>
</tr>
</table>
</div>
</div>