I have select option here. I want to put color but not for all of them. Just little part of an option.
<select>
<option>I want to set color
<font class="text-dark-danger">here</font> and Not here.</option>
<option>I want to set color
<font class="text-dark-danger">here</font> and Not here.</option>
</select>
Is there any way I can make it happen?