JSFiddle - React, Tailwind, and code Playground
by khamer
HTML
<input placeholder="enter message">
CSS
body {
text-align: center;
}
input {
padding: 1rem;
font-size: 2rem;
text-align: center;
}
by khamer
<input placeholder="enter message">
body {
text-align: center;
}
input {
padding: 1rem;
font-size: 2rem;
text-align: center;
}