JSFiddle - React, Tailwind, and code Playground

by Jedaias Rodrigues

HTML

<table cellspacing="0" cellpadding="0" border="0" background="https://upload.wikimedia.org/wikipedia/commons/3/32/Ornithorhynchus.jpg">
<tr>
  <td width="50" align="center">1</td>
  <td width="50" align="center">2</td>
  <td width="50" align="center">3</td>
</tr>
<tr>
  <td width="50" align="center" class="teste">4</td>
  <td width="50" align="center">5</td>
  <td width="50" align="center">6</td>
</tr>
</table>

CSS

.teste
{
  background:url('http://uc.sites.cpbeducacional.com.br/wp-content/uploads/sites/15/2015/07/bg-paaeb-1024x655-960x295.jpg');
}