JSFiddle - React, Tailwind, and code Playground

by Juan Muñoz

HTML

<div class="negro">Hola Mundo</div>

JavaScript

var texto = document.querySelector('.negro').innerText;
alert("texto"+texto)