Cara menggunakan css pada ikon bereaksi

const style = { color: "white", fontSize: "1.5em" }
<FaFacebookF style={style} />

// API
<FaFacebookF color="white" fontSize="1.5em" />
Adventurous Ant