I want to center align textarea with placeholder. so I am using following code
<textarea style="text-align: center" placeholder="Type Here..."></textarea>
But issue is with design. I want to start cursor from starting position of placeholder something like this as like instagram story
but with text-align center it looks like this
I tried different CSS option like padding
and setSelectionRange
but not working