JSFiddle - React, Tailwind, and code Playground

HTML

<div id="d3">
  some thing is here...
</div>

JavaScript

var id = 3;
alert($("#d" + id).html());