JSFiddle - React, Tailwind, and code Playground

by core972

HTML

<input type="text" id="tel">

CSS

#tel::-webkit-input-placeholder::before {
    color: #666;
    content: "Line 1\A Line 2\A Line 3\A";
}