JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr onclick="console.log(event.target)">
        <td>
            <input onclick="event.stopPropagation();" type="button" name="click me" value="I'm a button" id="click me" />
        </td>
    </tr>
</table>