css form textarea resize

CSS
div {

  resize: both;
  resize: horizontal;
  resize: vertical;
  overflow: auto;

}
 
Source

Also in CSS: