JSFiddle - React, Tailwind, and code Playground

by Mobeen Sarwar

HTML

<select  id="user_status" name="user_status" style="color:">
 <option value="1" selected="selected" style="color: green;">Active</option>
 <option value="0" style="color: red;">Deactive</option>
  </select>