I need to do is zoom out a little bit on mobile devices with react email

My problem is this

All I want is to add media queries to scale down the body on mobile devices using the zoom property because my client wants the same layout on all devices. So all I need to do is zoom out a little bit on mobile devices. Since I am using Tailwind CSS, zooming is not supported in Tailwind CSS. I don’t know how to use the zoom with media quries in react email

import {
  Body,
  Container,
  Heading,
  Html,
  Img,
  Preview,
  Row,
  Section,
  Column,
  Text,
} from '@react-email/components';
import Footer from '@/components/emails/ui/Footer';
import { object, string, z } from 'zod';
import { baseUrl } from '@/components/emails/constants';
import EmailApp from '@/components/emails/ui/EmailApp';
import Head from '@/components/emails/ui/Head';
export const welcomePropsSchema = object({
  name: string().nonempty(),
});
export type WelcomePropsSchemaType = z.infer<
  typeof welcomePropsSchema
>;

export const Welcome = ({ name }: WelcomePropsSchemaType) => (
  <EmailApp>
    <Html>
      <Head />
      <Preview>Welcome to the muuve family</Preview>
      <Body
        style={{ ...main }}
        className='relative p-0 m-0 box-border '
      >
        <Container className='max-w-full  w-full '>
          <Section
            style={{
              backgroundImage: `url(${baseUrl}/emails/hero.png)`,
              backgroundSize: 'cover',
            }}
            className='bg-black/50 w-full max-w-full '
          >
            <Section className='max-w-[1200px]  z-50 w-[90%] pt-12 lg:pt-16 lg:pb-20 pb-16   '>
              <Img
                className='lg:h-[45px]  h-[40px]'
                src={`${baseUrl}/emails/logo.png`}
              />
            </Section>
            <Section className='max-w-[1200px] relative z-10 w-[90%]  lg:pb-48 pb-40 '>
              <Heading className='text-yellowDark lg:text-left font-semibold text-3xl xl:text-4xl leading-[1.1] my-0'>
                Get Ready!
              </Heading>
              <Heading className='text-yellowDark text-wrap  font-semibold text-3xl xl:text-4xl leading-[1.1] my-0'>
                Exciting Launch Coming Soon
              </Heading>
            </Section>
          </Section>
          <Section className='bg-white pt-12 lg:pt-20 pb-10 lg:pb-16'>
            <Section className='max-w-[1200px] w-[90%]'>
              <Heading className='m-0 mb-5 xl:mb-7 text-2xl lg:text-3xl font-bold'>
                Dear {name}
              </Heading>
              <Text className='lg:text-lg text-base m-0  xl:mb-6 mb-5'>
                We have some thrilling news to share with you! At
                MUUVE, we've been working behind the scenes on
                something very special, and we're excited to
                announce that we will soon be launching
              </Text>
              <Text className='lg:text-lg text-base m-0  '>
                The first all in one platfrom uilt with tenants,
                agents and landlords in mind.
              </Text>
            </Section>
          </Section>
          <Section>
            <Section className='max-w-[1200px] w-[90%]'>
              <Heading className='m-0 mb-5 xl:mb-7 text-2xl lg:text-3xl font-bold'>
                Do everything in one place.
              </Heading>
            </Section>
            <Section className={' w-full pb-6  mx-auto'}>
              <Row className='lg:border-spacing-4 border-spacing-2'>
                <Column
                  colSpan={1}
                  style={{
                    boxSizing: 'border-box',
                  }}
                  className='bg-grayLight lg:mb-0 mb-0 w-[33%] xl:p-6 xl:py-14 py-0 px-4  rounded-2xl'
                >
                  <Img
                    className='xl:w-[150px] mx-auto h-auto md:w-[120px] w-[80px]'
                    src={`${baseUrl}/emails/pc.png`}
                    width={400}
                    height={400}
                  />
                  <Text className=' mt-8 mb-3 w-full xl:py-3 py-2 xl:text-lg text-sm px-1  text-center font-semibold text-black rounded-lg bg-yellowDark'>
                    1. List your property online
                  </Text>
                  <Text className='lg:text-lg text-sm my-0 xl:px-4'>
                    Unlock the potential of your property by listing
                    it for rent on our platform
                  </Text>
                </Column>
                <Column
                  colSpan={1}
                  style={{
                    boxSizing: 'border-box',
                  }}
                  className='bg-grayLight lg:mb-0 mb-0  w-[33%]  xl:p-6 xl:py-14 py-0 xl:pt-3 px-4  rounded-2xl'
                >
                  <Img
                    className='xl:w-[150px] mx-auto md:w-[140px] h-auto  w-[90px]'
                    src={`${baseUrl}/emails/home.png`}
                    width={400}
                    height={400}
                  />
                  <Text className='mt-4 mb-3 w-full xl:py-3 py-2 xl:text-lg text-sm px-1 text-center font-semibold text-black rounded-lg bg-yellowDark'>
                    2. Search for rental property
                  </Text>
                  <Text className='lg:text-lg text-sm  my-0 xl:px-4'>
                    Search for a rental and directly contact listed
                    homeowners on the platform.
                  </Text>
                </Column>
                <Column
                  colSpan={1}
                  style={{
                    boxSizing: 'border-box',
                  }}
                  className='bg-grayLight lg:mb-0 mb-0 w-[33%] xl:p-6 md:pt-8 pt-9 xl:pt-24 xl:py-14 px-4   rounded-2xl'
                >
                  <Img
                    className='xl:w-[130px] mx-auto h-auto  md:w-[120px] w-[70px]'
                    src={`${baseUrl}/emails/mobile.png`}
                    width={400}
                    height={400}
                  />
                  <Text className=' xl:mt-8 mt-8 xl:mb-5 mb-3 w-full xl:py-3 py-2 xl:text-lg text-sm text-center font-semibold text-black rounded-lg bg-yellowDark'>
                    3. Apply on our platform
                  </Text>
                  <Text className='lg:text-lg text-sm  my-0 xl:px-4'>
                    Reduce paperwork by applying on our online
                    platform, where you can also apply for a loan that
                    covers your entire rental deposit
                  </Text>
                </Column>
              </Row>
            </Section>
          </Section>
          <Section className='max-w-[1150px] mx-auto lg:mt-4 lg:mb-20 mb-12 w-[90%]'>
            <Heading className='m-0 mb-3 xl:mb-7 text-2xl lg:text-3xl font-bold'>
              Stay on the look out!
            </Heading>
            <Text className='lg:text-lg text-base m-0  '>
              We can't wait for you to experience what we ha e
              prepared for you
            </Text>
          </Section>
          <Footer />
        </Container>
      </Body>
    </Html>
  </EmailApp>
);

Welcome.PreviewProps = {
  name: 'DJZ-TLX',
};

export default Welcome;

const main = {
  fontFamily:
    "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif",
  zoom: '50%',
};

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật