JSFiddle - React, Tailwind, and code Playground
by honnza
HTML
<input type=button value=click>
JavaScript
var $i = $("input");
$i.click($.fn.remove.bind($i));
by honnza
<input type=button value=click>
var $i = $("input");
$i.click($.fn.remove.bind($i));