JSFiddle - React, Tailwind, and code Playground
by ashfame
HTML
<input type="text" id="b" value="awesome" />
JavaScript
document.getElementById('b').focus();
document.getElementById('b').select();
by ashfame
<input type="text" id="b" value="awesome" />
document.getElementById('b').focus();
document.getElementById('b').select();