Are you sure you want VerticalBox? VerticalBox is a widget container for buttons, textboxes, and stuff like that. These docs cover what you’re asking for: Creating Widget Templates | Unreal Engine Documentation.
Basically, you would have a seperate BP widget w/ only a TextBox, and then in your main widget you would add the TextBox widget to your Vertical Box.