hey i am using the container but it is working for big screen also why and when i install the tailwindCss it doesn't create anu file like tailwind.config.js and this is my code import React from 'react'
const Header = () => { return ( <img className="w-40 h-12"src="https://res.cloudinary.com/dutdah0l9/image/upload/v1720058694/Swiggy_logo_bml6he.png" alt="" /> Swiggy Corporate Coperate with us Get the app <a className="border border-black bg-black py-3 px-4 rounded-2xl"href="">Sign in ) }
export default Header