I'm trying to add an SVG image before the select input box. Here is the code
<select class="rankings_selection" name="" id="">
<option value="">Last 7 days</option>
<option value="">Last 3 days</option>
</select>
This is what I'm trying to achieve
