JSFiddle - React, Tailwind, and code Playground

by aldomatic

HTML

<div id="demo">Just some textdd adsfadsfa</div>

JavaScript

$(function(){
  var txt = $("#demo").html();
    console.log(txt);
});