Comment faire une option couleur noir en html

echo '
<style>
option {
    background-color: black !important;
}
</style>
';
Cruel Cicada