JSFiddle - React, Tailwind, and code Playground

by int32_t

HTML

<p>The TEXTAREA element below should be centered.</p>
<textarea>
</textarea>

CSS

textarea {
    position: fixed;
    left: 40px;
    right: 40px;
}