JSFiddle - React, Tailwind, and code Playground
by Ali Khaled
HTML
<center></center><table class="rwd-table" style="width: 1367px;height: 390px;">
{{#products}}
<tr>
<th>Image</th>
<th>Title</th>
<th>Variant</th>
<th>More</th>
</tr>
<tr id="container" style="width: 151px;" class="left">
<td><img style="max-width:144px;" src="{{iu}}" /></td>
<td>{{dt}}</td>
<td>{{variantinfo}}</td>
<td> {{cu}}{{pr}}</td>
</tr>
{{/products}}
</table></center