JSFiddle - React, Tailwind, and code Playground
by artgas_pro
HTML
<ul>
</ul>
JavaScript
const list = document.querySelectorAll('ul')
console.log(list[0]);
by artgas_pro
<ul>
</ul>
const list = document.querySelectorAll('ul')
console.log(list[0]);