JSFiddle - React, Tailwind, and code Playground

by Reigel Gallarde

HTML

<input type="text" />

JavaScript

jQuery("input").live('change click', function(){alert(this.value);})