JSFiddle - React, Tailwind, and code Playground by Aaron von Schassen April 03, 2018 HTML <input> JavaScript $("input").keyup(function() { $("p").text (this.value); });