What I want to do is when I type some text in an input field, it should appear in another place realtime.
Below is my input;
<div className="post_input">
<input className='post_data_input_overlay' placeholder="Ask your question here" ref="postTxt"/>
</div>
How can I achieve that?