JSFiddle - React, Tailwind, and code Playground
by martinwolf
HTML
<input type="text" placeholder="Name" />
CSS
input {
color: #000;
background: 000;
border: 1px solid #ccc;
}
input:-webkit-input-placeholder {
color: red;
}
by martinwolf
<input type="text" placeholder="Name" />
input {
color: #000;
background: 000;
border: 1px solid #ccc;
}
input:-webkit-input-placeholder {
color: red;
}