JSFiddle - React, Tailwind, and code Playground
by j08691
HTML
<a href="#" id="link">Clickable Link</a>
<input id="geo_title" type="text" value="some value" class="geo_title" />
JavaScript
$('#link').click(function(){
$("#geo_title").select();
});