JSFiddle - React, Tailwind, and code Playground
by stevea
HTML
<body style="background-color:beige">
<button id="captureStyles">Capture Styles</button>
</body>
JavaScript
$(function(){
$('#button#CaptureStyles').click(function() {
debugger;
});
});