JSFiddle - React, Tailwind, and code Playground

HTML

<textarea></textarea>

CSS

textarea {
    width:600px;
    height:500px;
    transform:perspective(1000px) rotateX(45deg);
    display:block;
    margin:0 auto;
}