JSFiddle - React, Tailwind, and code Playground
by Michel Penke
HTML
<div>
</div>
CSS
div {
height: 100px;
width: 100px;
background: blue;
}
div:hover {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}
by Michel Penke
<div>
</div>
div {
height: 100px;
width: 100px;
background: blue;
}
div:hover {
-webkit-transform: scale(1.01);
transform: scale(1.01);
}