JSFiddle - React, Tailwind, and code Playground

HTML

<div class="center">
    <p contenteditable="true">write text</p>
</div>

CSS

.center{display:inline-block;background:red}
body{text-align:center}