JSFiddle - React, Tailwind, and code Playground
HTML
<textarea></textarea>
JavaScript
$("textarea").on("input", function(event) { console.log($(this)); });
<textarea></textarea>
$("textarea").on("input", function(event) { console.log($(this)); });