JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" placeholder="This gets cut">
CSS
input {
width: 400px;
height: 80px;
}
input::-webkit-input-placeholder {
font-size: 20
}
<input type="text" placeholder="This gets cut">
input {
width: 400px;
height: 80px;
}
input::-webkit-input-placeholder {
font-size: 20
}