I am new to flexbox and I know this is a very simple question but i cant seem to figure it out. I am trying to align eveyrthing on the test2 div in the center but it wont align no matter what i do . I tried justify-content and align-items and not working. Below is my code any help would be really appreciated.
<div style="display: flex; flex-direction: row;">
<div style='flex-grow: 1; '>
Test
</div>
<!--Test 2 lookign to align center-->
<div style='flex-grow: 1'>Test 2 </div>