JSFiddle - React, Tailwind, and code Playground

HTML

<div contenteditable="true" class="cke_editable" tabindex="0" spellcheck="false" role="textbox">
    fdgfdgfdgdf ukg hkuh ouh oiuhoiuh
</div>

CSS

.cke_editable {
    border:2px solid #777;
    width: auto;
}