Paul I found a solution.
I compared the page with another site with a comparable page utilizing bootstrap and saw where the other site had the:
div class="row" being used whereas (Peter) you were using div class="grid grid-cols-6 gap-4"
<p>{articles category="Roster" tags="Forwards"}</p>
<p>{if first}</p>
<div class="row">
<p>{/if}</p>
<div class="panel">
<p>[image-fulltext layout="true" width="175px"]</p>
<p>[number] [link][title][/link]</p>
<p>[height] | [weight]</p>
<p>[school] | [experience]</p>
</div>
<p>{if last}</p>
</div>
<p>{/if}</p>
<p>{/articles}</p>
After doing some research in your forum, I saw where Helix Ultimate uses a different version of Bootstrap than Tabs and might cause issues... As soon as I added ROW and refreshed the page everything lined up perfectly. I just have to clean up a bit of styling which I'll do in the Tabs style.min.css file