JSFiddle - React, Tailwind, and code Playground
by CheapSk8
HTML
<div class="test-1">
This is just a sandbox test DIV to throw away.
</div>
JavaScript
const parentEle = document.querySelector(".cookie-accept");
console.log(parentEle);
parentEle.parentElement.style.display = "block";