JSFiddle - React, Tailwind, and code Playground
HTML
<input name="anotherweight" class="calc8input" type="number" placeholder="Укажите вес" id="calc8input" required="">
<script>
var drves = $( ".calc8input" ).val();
console.log("drves: ", drves);
</script>