JSFiddle - React, Tailwind, and code Playground

by theblang

HTML

<section id="main">
    <h2>Subhedaing</h2>
    <p>Texts about stuffs.</p>
</section>

JavaScript

var projectInfo = document.getElementById("main");
console.log(projectInfo.querySelector("p"));