JSFiddle - React, Tailwind, and code Playground
by zoutepopcorn
HTML
<div id="d3">
some thing is here...
</div>
JavaScript
var id = 3;
$("#d" + id).html("Change it!");
by zoutepopcorn
<div id="d3">
some thing is here...
</div>
var id = 3;
$("#d" + id).html("Change it!");