I have multiple rows of texts and divs like this:
<div>
<span>Adeline</span><div style="display:inline; height:20px, width:20px, background-color: blue">hi</div>
</div>
<div>
<span>Ted</span><div style="display:inline; height:20px, width:20px, background-color: green">hi</div>
</div>
<div>
<span>Sara</span><div style="display:inline; height:20px, width:20px, background-color: coral">hi</div>
</div>
How can I make sure in each row the span and the div are vertically aligned?