JSFiddle - React, Tailwind, and code Playground

by Tân Nguyễn

HTML

<button><i></i>Label</button>

CSS

button {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 40px;
}
i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: red;
  margin-right: 5px;
}