JSFiddle - React, Tailwind, and code Playground

HTML

<input type="submit" value="submit">

CSS

input[type="submit"]{
  display:inline-block;
  width:100px;
  height:200px;
  background:#33
  3;
  color:#fff;
  border:0 none;
  border-radius:50%;
}