JSFiddle - React, Tailwind, and code Playground
by moathhowari
HTML
<div id="wow" style="border : 10px solid red;width: 20px;height: 20px;"></div>
JavaScript
var val = document.getElementById("wow");
alert(val.style.length);
by moathhowari
<div id="wow" style="border : 10px solid red;width: 20px;height: 20px;"></div>
var val = document.getElementById("wow");
alert(val.style.length);