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();
by Alex Fogarty
<p>My first paragraph</p>
<p id="target">My second paragraph</p>
<p>My third paragraph</p>
$("#target").hide();