JSFiddle - React, Tailwind, and code Playground

by helgatheviking

HTML

<input type="text" name="fuckthis" id="thing" />

JavaScript

$('body').on('focus', ':input', function(e) {
	alert("fuck this");
})