JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<h1>This is a header</h1>
<p>This is a great!</p>
</body>
JavaScript
$("p").hide();
<body>
<h1>This is a header</h1>
<p>This is a great!</p>
</body>
$("p").hide();