JSFiddle - React, Tailwind, and code Playground

by clayshannon

HTML

<button>Bleeeeee</button>

JavaScript

$('img, button').click(function () {
            $(this).css('border', '2px solid green');
        });