JSFiddle - React, Tailwind, and code Playground

by Wentz Wu

HTML

<h1>Customer Profile</h1>
<label for="">Name: <input type="text" value="A****"></label>
<label for="">Email: <input type="text" value="a****@t***********"></label>
<label for="">Country: <input type="text" value="Taiwan"></label>
<p>df3292a9f9a1b707cdff7a4493491511</p>

CSS

label {
  display: block;
  margin: 6px;
}

input {
  display: block;
}
p{
  color: grey;
  font-size: 0.7em;
  margin: 6px;
}