JSFiddle - React, Tailwind, and code Playground
by akogch
HTML
<div></div>
CSS
div {
width: 100px;
height: 100px;
/* padding: 50px; */
background-color: blue;
transform: translate(100px, 100px);
}
by akogch
<div></div>
div {
width: 100px;
height: 100px;
/* padding: 50px; */
background-color: blue;
transform: translate(100px, 100px);
}