JSFiddle - React, Tailwind, and code Playground

HTML

<body>
  <div style="margin-top: 100px;
              -moz-transform: perspective(500px) rotateY(80deg);
              -webkit-transform: perspective(500px) rotateY(80deg);
              background-color: lime;
              width: 300px;
              height: 300px;" >
    HELLO WORLD
  </div>
</body>