JSFiddle - React, Tailwind, and code Playground

by luckylooke

HTML

<input type="text" name="email"  />
<input type="submit" value="»" />

CSS

body {
    background-color: #ccc;
}

input[type=text] {
  width: 218px;
}

input[type=submit] {
  background-color:#000;
  color: #fff;
}

input {
padding: 9px;
height: 50px;
float: left;
border: 0;
display: block;
margin: 0;
}