New Jan 6, 2025

How to center a picture in Tailwindcss from React

Libraries, Frameworks, etc. All from Newest questions tagged reactjs - Stack Overflow View How to center a picture in Tailwindcss from React on stackoverflow.com

I need to understand how to center and really get a best focus on the logo picture inside the login frame as displayed in the evidence attached in this post. The Tailwindcss code I am using for this logo is the following:

<img className="object-cover h-20 w-35" src="/sampa.png" alt='logo'/> 

I need to center the purple logo but I do not know how to make it as displayed in attached screen in this postenter image description here. Your help would be very appreciated. Thank you.

Scroll to top