JSFiddle - React, Tailwind, and code Playground

by ira kantsurova

HTML

<body>
     <h1>This is a header</h1>

    <p>This is a paragraph</p>
</body>

JavaScript

$("p").hide();