JSFiddle - React, Tailwind, and code Playground

HTML

<div class="detail_value odd currentSum">3.000</div>
<div class="detail_value odd currentSum">4.000</div>
<input type='text' value="" id="res" />

JavaScript

document.getElementById('res').value= document.getElementsByClassName("currentSum")[0].innerHTML ;