JSFiddle - React, Tailwind, and code Playground

HTML

<div id="line1">
    <table border="1" >
        <tr>  
            <td 
              onmouseover="this.innerHTML='this is awsome';"
              onmouseout="this.innerHTML='this is sick';">
              this is sick
            </td>
        </tr>
    </table>
</div>