JSFiddle - React, Tailwind, and code Playground

by fakeguybrushthreepwood

HTML

<table>
    <tr>
    <td class="buyformcells buyformunitprice">$170</td>
    <td class="buyformcells buyformquantity"><input type="text" name="quantity"></td>
    <td class="buyformcells buyformunitpricetotal"></td>
    </tr>
</table>