JSFiddle - React, Tailwind, and code Playground
by jakie8
HTML
<div contenteditable="true"><p></p></div>
CSS
div{
margin: 30px;
outline: 1px solid #eee;
padding: 10px;
}
div:focus{
outline-color: #999;
}
p{
min-height: 1px;
}