JSFiddle - React, Tailwind, and code Playground
HTML
<span contenteditable="true">Some text</span>
CSS
input {
display: block;
margin: 20px;
width: auto;
font-family: serif;
}
<span contenteditable="true">Some text</span>
input {
display: block;
margin: 20px;
width: auto;
font-family: serif;
}