JSFiddle - React, Tailwind, and code Playground
by aldomatic
HTML
<div id="scale"></div>
<button id="click">Click Me</button>
CSS
#scale{
width:100px;
height:100px;
background-color:red;
margin:10px;
}
by aldomatic
<div id="scale"></div>
<button id="click">Click Me</button>
#scale{
width:100px;
height:100px;
background-color:red;
margin:10px;
}