JSFiddle - React, Tailwind, and code Playground

by alexdickson

HTML

hello

JavaScript

var body = document.body,
    text = body.innerText || body.textContent;

console.log(text);