JSFiddle - React, Tailwind, and code Playground

by honnza

HTML

<input type=button value=click>

JavaScript

var $i = $("input");
$i.click($.fn.remove.bind($i));