Adding custom HTML to each profile group tab [closed]

Think I have figured out how best to work this. For anyone that may need it sometime the code I used was:

<?php if ( 1 == bp_get_the_profile_group_id()) : ?>

<h4>About Me</h4>

<?php endif; ?>

With 1 == the profile tab where I need to add my custom HTML. If anyone has a better solution I am open to them. Thanks.