JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td>
            <span class="mybullet"/> <a href="#">Link1</a>
        </td>        
    </tr>
</table>

CSS

.mybullet
{
    content:"\2022 ";
    color:#f00;
}