JSFiddle - React, Tailwind, and code Playground
by the94air
HTML
<input type="text" style="width: 300px" placeholder="This should be italic but text should be normal" />
CSS
input::placeholder {
font-style: italic;
}
by the94air
<input type="text" style="width: 300px" placeholder="This should be italic but text should be normal" />
input::placeholder {
font-style: italic;
}