JSFiddle - React, Tailwind, and code Playground
HTML
<input name="anotherweight" class="calc8input" type="number" placeholder="Укажите вес" id="calc8input" required="">
<script>
$( ".calc8input" ).on("input", function () {
console.log($(this).prop("value"));
});
</script>