JSFiddle - React, Tailwind, and code Playground

HTML

<div data-cid="1">Hello</div>

JavaScript

try {
alert(document.querySelector("[data-cid=1]").textContent);
}catch(e){
  alert("error occured, check console");
  console.log(e);
}