JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" placeholder="Name"/>
CSS
input{
position:relative;
}
::-webkit-input-placeholder:after {
content: "45645646";
color: red;
position:absolute;
left:0;
width:10px;
height:5px;
top:0;
}