JSFiddle - React, Tailwind, and code Playground
by Michael Baas
HTML
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css" rel="stylesheet"/>
<label><b>Phone Verified : </b></label>
<select class="form-control phone_verified">
<option value="">Select Option</option>
<option value="1">Yes ()</option>
<option value="0">No ()</option>
</select>
<i class="fa fa-check"></i>
CSS
select {
font-family: 'FontAwesome', 'open sans'
}