JSFiddle - React, Tailwind, and code Playground
by Shakti Patel
HTML
<div id="RSI(3,4)">
</div>
JavaScript
$(document).ready(function() {
$("#RSI\\(3\\,4\\)").html("some text");
});
by Shakti Patel
<div id="RSI(3,4)">
</div>
$(document).ready(function() {
$("#RSI\\(3\\,4\\)").html("some text");
});