JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/dot-luv/jquery-ui.css">
<form action="#" method="post">
    <input type="button" value="Delete" />
</form>

JavaScript

$(function () {
    $("input").button();
});