JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" autofocus=""/>

CSS

input[type='text']:focus{
    border-radius:30px;
   
}