JSFiddle - React, Tailwind, and code Playground

HTML

<div data-item-header-id="17">
here is an item
</div>
<div data-item-header-id="17">
here is another item
</div>
<!-- put 'here is my info here' here -->
<div data-item-header-id="18">
here is another item
</div>

JavaScript

$('div[data-item-header-id="17"]').css('color','red')