JSFiddle - React, Tailwind, and code Playground

by bingjie2680

HTML

<div></div>

CSS

body{
    margin: 0;
}
div{
    width: 100px;
    height: 100px;
    background-color: blue;
    -webkit-transform: matrix(1.5,0,0,1,50,50);
    -webkit-transform-origin: center center;
}