JSFiddle - React, Tailwind, and code Playground
HTML
<div class="questions-text-alignment whiteTextWithShadow question-size-v4">
DATA HERE
</div>
JavaScript
var arr = document.getElementsByClassName("question-size-v4");
alert(arr[0].innerHTML);