JSFiddle - React, Tailwind, and code Playground

by mlsteeves

HTML

<div id="wrapper">
    <input type="textbox" value="1"/><br/>
    <input type="textbox" value="1"/><br/>
    <input type="textbox" value="1"/><br/>
    <input type="textbox" value="1"/><br/>
</div>

JavaScript

function setEvent(){
    $('
}