JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.15/lodash.min.js"></script>
<div class="hello-1"></div>
<div class="hello-2"></div>
JavaScript
var helloOne = document.querySelector('.hello-1');
var helloTwo = document.querySelector('.hello-2');
var helloOneAgain = document.querySelector('.hello-1');
console.log( helloOne === helloTwo );