Получите список текста от div в JS

var elem = document.querySelector(".div.Hello");

alert(elem.textContent)
code fighter