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");
});