Next up, we'll want to group together two different elements, a button and an input field. As a first step, create an empty div element.
div
Make sure to pick <div>, followed by </div>.
<div>
</div>