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;
}