JSFiddle - React, Tailwind, and code Playground

by Léo Durand

HTML

<p>
Hello World
</p>

CSS

p {
  transform-style: preserve-3d;
   transform: rotateX(50deg);
        perspective: 100px;


}