JSFiddle - React, Tailwind, and code Playground
by Jatin Patil
HTML
<div contentEditable="true">
</div>
CSS
div {
display:inline-block;
border: solid 1px #000;
min-height:10px;
width: 300px;
}
by Jatin Patil
<div contentEditable="true">
</div>
div {
display:inline-block;
border: solid 1px #000;
min-height:10px;
width: 300px;
}