JSFiddle - React, Tailwind, and code Playground

by Ozren Tkalčec Krznarić

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('!');
})