JSFiddle - React, Tailwind, and code Playground

by Константин Дралюк

HTML

<textarea></textarea>

CSS

textarea {
  width: 200px;
  max-width: 500px;
  min-width: 100px;
  height: 200px;
  resize: horizontal;
}