It's frustrating that I can't seem to find a solution to my current issue.
I intended for this anchor tag to be centered on the screen, however, it stubbornly remains stuck to the left side.
<div class="background">
<Navbar/>
<p class="text-center text-6xl text-white pt-32 pb-20">Please describe what happened and send an email to :</p>
<a class="text-center text-[64px] text-[#0066CC] font-bold font-['Inter']" href="mailto:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="334756404773475640471d505c5e">[email protected]</a>"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="027667717642766771762c616d6f">[email protected]</a></a> </div>)}
The p tag appears perfectly centered in the middle while the anchor tag doesn't align as expected.
What could be causing this discrepancy?