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 (&#xf00c;)</option>
      <option value="0">No (&#xf00d;)</option>
  </select>
  <i class="fa"

CSS

select  {
  font-family: 'FontAwesome', 'open sans'
}