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');
by rmurphey
<h1>hello world</h1>
h1 {
color:red;
}
jQuery('h1').eq(0).html('something else');