높이 조절
textarea를 순수하게 css로 높이를 조절할 수는 없음. (min-h, max-h 등으로 할수 없음)
textarea의 rows 옵션을 사용하여 높이조절을 할 수 있음.
<textarea rows={10}></textarea>