JSFiddle - React, Tailwind, and code Playground
by clayshannon
HTML
<button>Bleeeeee</button>
JavaScript
$('img, button').click(function () {
$(this).css('border', '2px solid green');
});
by clayshannon
<button>Bleeeeee</button>
$('img, button').click(function () {
$(this).css('border', '2px solid green');
});