JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" value="Test1" onclick="this.select()" />
<br><br>
<input type="text" value="Test2" onfocus="this.select()" />
CSS
body {
margin: 10px;
}
<input type="text" value="Test1" onclick="this.select()" />
<br><br>
<input type="text" value="Test2" onfocus="this.select()" />
body {
margin: 10px;
}