JSFiddle - React, Tailwind, and code Playground
by QMaster
HTML
<html>
<head>
</head>
<body>
<br /><br />
<div>Hello</div>
</body>
</html>
CSS
div {
-webkit-transform: perspective(500px) rotateY(45deg);
width: 200px;
height: 100px;
background-color: lightgreen;
}