JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" autofocus=""/>
CSS
input[type='text']:focus{
border-radius:30px;
}
<input type="text" autofocus=""/>
input[type='text']:focus{
border-radius:30px;
}