JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text"/> <br />
<input type="text"/> <br />
<input type="text"/> <br />
<input type="text"/> <br />

<input type="text"/> <br /> <!-- The element I want to select -->
<script>
    $("input:last").val("test");
</script>

<input type="text"/>