xxxxxxxxxx
To make profile image round in tailwind css, add these classes
block mx-auto h-24 rounded-full sm:mx-0 sm:shrink-0 object-cover rounded-full h-[100px] w-[100px]
--------------------------------------------------------------------------
To give horizontal line <hr /> a color in tailwind
<hr class="border-t border-gray-400" />
--------------------------------------------------------------------------
Please upvote if it helped you.