JSFiddle - React, Tailwind, and code Playground

by kyong

HTML

<input type="text" />

JavaScript

$('textarea').focusIn(function(){
 alert('hello');


});