JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <th>
            Title
            <img src='/images/sort_unsorted.jpg' /> 
        </th>
    </tr>
</table>

CSS

th {
    width: 400px;
    background: #ddd;
    text-align: center;
}

th img {
    float: right;
}