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)
by Juan Muñoz
<div class="negro">Hola Mundo</div>
var texto = document.querySelector('.negro').innerText;
alert("texto"+texto)