JSFiddle - React, Tailwind, and code Playground
by TheJoeFletch
HTML
<div class="chartsbar" title="1234567890 (0%)">two</div>
CSS
div {
background-color:red;
}
JavaScript
$("div.chartsbar[title*='(0%)']").css('height','100px');
by TheJoeFletch
<div class="chartsbar" title="1234567890 (0%)">two</div>
div {
background-color:red;
}
$("div.chartsbar[title*='(0%)']").css('height','100px');