JSFiddle - React, Tailwind, and code Playground

HTML

<div hidden="true" id="test">Test Case</div>

JavaScript

alert($("#test").attr("hidden"));