JSFiddle - React, Tailwind, and code Playground

by Alex Fogarty

HTML

<p>My first paragraph</p>
<p id="target">My second paragraph</p>
<p>My third paragraph</p>

JavaScript

$("#target").hide();