JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" />
JavaScript
jQuery("input").live('change click', function(){alert(this.value);})
<input type="text" />
jQuery("input").live('change click', function(){alert(this.value);})