JSFiddle - React, Tailwind, and code Playground
HTML
<span id="result_box" class="short_text" lang="es">
<span class="hps">Para obtener el valor</span>
<span class="hps">definitivo</span>
<span>.</span>
</span>
<div id="printer">Bien</div>
JavaScript
var texto = document.getElementById('printer').innerHtml;
console.log(texto);