JSFiddle - React, Tailwind, and code Playground

by rmurphey

HTML

<h1>hello world</h1>

CSS

h1 {
    color:red;
}

JavaScript

jQuery('h1').eq(0).html('something else');