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"));