JSFiddle - React, Tailwind, and code Playground

by axitdn

HTML

<div id="foo">
Hello $
</div>

JavaScript

var el=$("#foo");
alert(el.text());