JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<input type="text" id="test01" /><br />
<input type="text" id="xlLike" /><br />
<input type="text" id="test02" /><br />
<button type="button" title="Submit">Submit</button>
</form>
JavaScript
$('#xlLike').focus('xxx', function() {
console.log('!');
})