JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css">
<input type="submit" value="A" />
<button>B</button>
CSS
body {
font-size: 50px;
}
JavaScript
$("input, button").button();