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;
}
by int32_t
<p>The TEXTAREA element below should be centered.</p>
<textarea>
</textarea>
textarea {
position: fixed;
left: 40px;
right: 40px;
}