JSFiddle - React, Tailwind, and code Playground

by Patrick Taylor

HTML

<textarea rows="7" id="googleAddress" name="" type="text" placeholder="My Awesome House,
1 Long St
London
POSTCODE
UK"></textarea>

CSS

textarea {
  width: 250px;
  resize: vertical;
  boder: 1px solid #ccc;
  margin: 10px;
  padding: 4px;
}