JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>
<p></p>

JavaScript

$('div').length ? alert('div found') : alert('Div not found')