JSFiddle - React, Tailwind, and code Playground

by rluuan

HTML

<table>
  <tr>
    <td>1</td>
    <td onkeypress="alert('rodrigo')" contentEditable='true'>2</td>
  </tr>
</table>