JSFiddle - React, Tailwind, and code Playground

by blueseal

HTML

<div>
<div title="hello"><span> </span></div>
<div title="dear"><span> </span></div>
<div title="world"><span> </span></div>
</div>

JavaScript

var x =document.querySelectorAll("type[title]");

console.log(x)