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);
});
by aldomatic
<div id="demo">Just some textdd adsfadsfa</div>
$(function(){
var txt = $("#demo").html();
console.log(txt);
});