JSFiddle - React, Tailwind, and code Playground

by Vladimir

HTML

<input type="submit" />

CSS

input {
  padding: 20px 30px;
  border-radius:50px;
  color: #D8FF3C;
  background:#585858;
  border: none;
}