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();