JSFiddle - React, Tailwind, and code Playground
by kyong
HTML
<input type="text" />
JavaScript
$('textarea').focusIn(function(){
alert('hello');
});
by kyong
<input type="text" />
$('textarea').focusIn(function(){
alert('hello');
});