Is there a way to customize the appearance of a span element that is nested within an option tag?
<select>
<option value="option1">Active Wallet <span style={{fontWeight:'bold!important'}}>mBTC</span></option>
<option value="option2">Option 2</option>
<option value="option3">Option 3</option>
</select>