'Coloured boxes in select options

I wan't to do like coloured boxes in select options:

<select name="" id="dfads">
    <option value="">-</option>
    <option value="a"><span style="background:red">##</span> A</option>
    <option value="b">B</option>
    <option value="c">C</option>
</select>

The background work doesn't work in select option. Is it possible such simply?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source