JSFiddle - React, Tailwind, and code Playground
by Ian Oxley
HTML
<div id="foo">
This should have <code>display: table</code>
</div>
CSS
#foo {
display:table;
}
JavaScript
console.log($('#foo').is(':hidden'))
by Ian Oxley
<div id="foo">
This should have <code>display: table</code>
</div>
#foo {
display:table;
}
console.log($('#foo').is(':hidden'))