< textarea > how do I realize line wrapping display on placeholder on IOS side?

< textarea > how to achieve line wrapping display on placeholder on the IOS side?

1. The newline character is used is supported on Android phones, but not on IOS phones?
was implemented in this method at first, but it can"t be implemented after making changes and adding onBlur= {() = > {window.scroll (0rem 0)}} .

2. Code

 <textarea name="title" maxLength={280} placeholder="()
" onChange={(e) => this.handleTextarea(e)} onBlur={()=>{window.scroll(0,0)}}/>

3.
IOS display: (line wrapping is not achieved)

Menu