JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

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