JSFiddle - React, Tailwind, and code Playground

HTML

<p>
    hello there fsd
    
    <script>
        $(function(){ 
          console.log($('p').text());
        });
    </script>
</p>