After discovering this online code to add padding for the placeholder, I realized that when typing, the padding doesn't seem to be taking effect.
::-webkit-input-placeholder {
padding: 20px;
}
In the image provided, I drew a blue line to illustrate my point. Ideally, I would like the text input to start at the position of the blue line.