JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div>
<div>
<div>
</div>
</body>
JavaScript
alert($("body").html().match(/\/div/gi).length);
<body>
<div>
<div>
<div>
</div>
</body>
alert($("body").html().match(/\/div/gi).length);