JSFiddle - React, Tailwind, and code Playground
HTML
<p> hello world </p>
<p> etc </p>
JavaScript
var results = document.querySelectorAll('p');
alert(results.length);
<p> hello world </p>
<p> etc </p>
var results = document.querySelectorAll('p');
alert(results.length);