JSFiddle - React, Tailwind, and code Playground
HTML
<h1>stylin'!</h1>
CSS
h1 {
background-color: black;
color: white;
}
JavaScript
alert(['all styles:', $('h1').css()].join("\n"));
<h1>stylin'!</h1>
h1 {
background-color: black;
color: white;
}
alert(['all styles:', $('h1').css()].join("\n"));