How to add html ans css at the body level when send an email

HI,
I’m tring to send an email, but I want to ass some html tags and css on the body sent, do you have please any idea how to do that please ?

body=f"hello{name} {firstname},\n\nwelcome to our website"

sendEmail("@email", email, "password reset", body)