JSFiddle - React, Tailwind, and code Playground

by aliaksej

HTML

<table>
    <tr>
        <td class="sasha">Саша программер!!!</td>
        <td class="lesha">Лёша тожа!!!</td>
    </tr>
</table>

CSS

.sasha {
    font-size: 20px;
    border: 1px dotted red;
}
.lesha {
    font-weight: bold;
    font-size: 30px;
}