JSFiddle - React, Tailwind, and code Playground

by Naeel Maqsudov

HTML

<table>
    <tr>
        <td class="logo"> 
        <td> 
        <td> 
        <td> 
    <tr>
        <td> 
        <td class="logo"> 
        <td> 
        <td> 
    <tr>
        <td> 
        <td> 
        <td class="logo"> 
        <td> 
        
</table>

CSS

td{
    width:60px;
    height:60px;
    border:1px solid black;
}
table{
    background: url(http://proglive.ru/media/img/site_100m.png) no-repeat center center;
}
.logo{
    background: url(http://prog-school.ru/templates/skin/lightblue/images/logo.png) no-repeat center center;
}