To use Widget["TextArea"], you first need to load GUIKit using Needs["GUIKit`"].
Widget["TextField"] is typically used for single line input using a single font, while Widget["TextArea"] would typically be used to display or take multiple line input also in a single font style.