JSFiddle - React, Tailwind, and code Playground
by shapeshifta
HTML
<input placeholder="Bitte geben Sie einen Text ein">
CSS
input {width: 100%}
input::-moz-placeholder {color:green;}
input::-webkit-input-placeholder {color:green;}
input:-ms-input-placeholder {color:green;}