Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<style>
input {
outline: none;
border: 0;
padding: 5px;
border-radius: 20px;
}
</style>
<input type=text value="XXX" onfocus="this.select()" autofocus>