JSFiddle - React, Tailwind, and code Playground

by nabtron

HTML

<table border="1" cellpadding="10">
<tr>
  <td contenteditable="true" onClick="this.select();">first</td>
  <td contenteditable="true">second</td>
  <td contenteditable="true">third</td>
</tr>
</table>