JSFiddle - React, Tailwind, and code Playground
HTML
<div data-event="changeBackground">
<h1>hello</h1>
</div>
JavaScript
$("[data-event='changeBackground']").css('background-color', 'red');
<div data-event="changeBackground">
<h1>hello</h1>
</div>
$("[data-event='changeBackground']").css('background-color', 'red');