JSFiddle - React, Tailwind, and code Playground

by jameswestgate

HTML

<p> hello world </p>

<p> etc </p>

JavaScript

var results = document.querySelectorAll('p');

alert(results.length);