JSFiddle - React, Tailwind, and code Playground
HTML
<div onclick="alert(window.getComputedStyle(this,null)['height'])" E>Div</div>
CSS
[E] { height: 60%; background: red;}
<div onclick="alert(window.getComputedStyle(this,null)['height'])" E>Div</div>
[E] { height: 60%; background: red;}