JSFiddle - React, Tailwind, and code Playground

HTML

<input type=text id=t1 value=abcd>
<button onclick="alert(document.getElementById('t1').selectionStart)">check position</button>