JSFiddle - React, Tailwind, and code Playground

by Josh Shields

HTML

<textarea class="col-fourth" rows="4" placeholder="Make me responsive"></textarea>

CSS

.col-fourth {
  width: 25%;
  resize: vertical;
  /*
  Also set the CSS resize property to `vertical`,
  so that the textarea cannot be pulled out beyond its normal bounds.
  */
}