JSFiddle - React, Tailwind, and code Playground

by Adrien Antoine

HTML

<table style="width: 100%;">
    <tr class="bg">
        <td>
            <div>Text 
                    <img  width="15" height="15" src="" />
            </div>
            <div>Text 
                    <img  width="15" height="15" src="" />
            </div>
        </td>
    </tr>
</table>

CSS

.bg {
    background-color: #8d0020;
    border-top: 1px solid #7b0422;
    border-bottom: #2b2b2b;
}
span {
}
div {
    background-color: blue;
    float:left;
    margin: 6px 5px 4px 5px;
}