JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td> 
            <span>Fylgpm</span>
        </td>
    </tr>
</table>

CSS

body {
    background-color: blue;
}
span {
    background-color: red;
    color: yellow;
    border: 1px solid blue;
    font-size: 58px;
}