getting value from textbox which having same id

getting value from textbox which having same id

<div id="first">
    <input id="Text1" type="text" class="class1" />
</div>
<div id="second">
    <input id="Text1" type="text" class="class2" />
</div>