JSFiddle - React, Tailwind, and code Playground

by Michel Penke

HTML

<select name="exp_date" id="exp_date" style="width: 50%; display: inline; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-right: none; cursor: pointer;" class="form-control" title="Enter Expiration Date - Month">
        <option value="" selected disabled hidden>Month</option>
        ><option value="01" label="1">1</option>
        <option value="02" label="2">2</option>
        <option value="03" label="3">3
 
    </select>