como fazer a opção cor preta em html

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