JSFiddle - React, Tailwind, and code Playground
by InferOn
HTML
<input type='text' id='test'>
<input type='button' id='update' value='update'>
<input type='button' id='start' value='start'>
JavaScript
$(function(){
$('#start').click(function(){
});
});