JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tbody>
        <tr>
            <th><a href="">ID</a><img src="http://uppix.net/d/0/9/6839cf3fdb03d0aef59f835c77eba.png"/></th>
            <th><a href="">Nom</a></th>
            
        </tr>
    </tbody>
</table>

CSS

table
{
width:100%;
border:1px solid #dfdfdf;
border-collapse:collapse;
}

table th
{
height:35px;
}

table th a
{
color:#333;
font-size:13px;
font-family:sans-serif;
text-decoration:none;

}

table th img
{
    vertical-align:middle;

}

table th a:hover
{
text-decoration:underline;
}