JSFiddle - React, Tailwind, and code Playground

by 3rror404

HTML

<button type="submit" id="cp_export_excel" name="cp_export_excel" value="Export List to Excel" class="btn btn-warning form-submit icon-before"><span class="icon glyphicon glyphicon-export" aria-hidden="true"></span> Export List to Excel</button>

CSS

button[value="Export List to Excel"] {
  margin-top: 14px;
  background: red;
}