How can i use Live Binding in EJS

I have a file ejs:
in this file, i have a when i change text in it, the div.text will be change follow input.

ex: < input value= “<%= get data from model %>” >< /input >

< div class=“text”>< /div>