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