JSFiddle - React, Tailwind, and code Playground

by Newton Anbarasu

HTML

<div>
	<input tyep="text" placeholder="new" />
</div>

CSS

::-webkit-input-placeholder { color: red; } 
:-moz-placeholder { color: red; } 
::-moz-placeholder { color:red; } 
:-ms-input-placeholder { color: red; }