JSFiddle - React, Tailwind, and code Playground

by jlujan

HTML

<div id="flex">
<div id="inner" contenteditable="true" spellcheck="false"><div>
</div>

CSS

#flex {
  display: flex;
  display: -webkit-flex;
}
#inner {
    padding: 0 20px;
    min-width: 50px;
    height:30px;
    line-height:30px;
    outline:none;
    background-color: #dfd4d7;
}