JSFiddle - React, Tailwind, and code Playground

by tonytlwu

HTML

<p><strong>Email</strong></p>
<p>[email protected]</p>
<p><strong>Name</strong></p>
<p><input value="Tony"></p>
<p><strong>Publishing status</strong></p>
<p><span style="opacity: 0.5">&mdash;</span></p>

CSS

body {
  font-family: Arial;
}

input {
  padding: 3px 7px;
  height: 22px;
}