JSFiddle - React, Tailwind, and code Playground

by webxz

HTML

<!DOCTYPE html>
<table>
    <tr>
        <td id="to_insert">
        </td>
    </tr>
</table>

JavaScript

document.getElementById('to_insert').innerHTML = '111'