Android 4.3 input input box, cannot be centered horizontally

under Android 4.3, the placeholder text in the input input box cannot be centered. It has been tried:
input {text-align:center} and
input::-webkit-input-placeholder {text-align:center;color:red}
the result color is valid and cannot be centered. Excuse me, do you have any good ideas?

clipboard.png

Mar.18,2021

is covered with a layer of p, and use p to simulate the situation where placeholder clicks p to let input get focus while hiding p


is generally invalid for native modifications. For the sake of compatibility, you can consider dealing with it separately and write

with div.
Menu