JSFiddle - React, Tailwind, and code Playground

by Ivin Raj S

HTML

<Table>
<tr>
<td><Span>bla<Span><input type="text" onblur="hideTextboxCreateNewSpan()"/></td>
<td><a onclick="AddNewTextBox(); return false;">Add</a></td>
</tr>
</Table>