JSFiddle - React, Tailwind, and code Playground
by koh_edwin
HTML
<button name="test" id="mybutton" onclick="alert(parseInt(this.style.width,10));" >Click me</button>
CSS
button: {
width:100px;
height:24px !important;
}
by koh_edwin
<button name="test" id="mybutton" onclick="alert(parseInt(this.style.width,10));" >Click me</button>
button: {
width:100px;
height:24px !important;
}