JSFiddle - React, Tailwind, and code Playground

HTML

<input id=target>

JavaScript

$('#target').focusout(function() {
    $(this).focus();
});