JSFiddle - React, Tailwind, and code Playground
HTML
<center>
<form>
<input type="text" name="1" /><br><br>
<input class="ikinci" type="text" name="2" />
</form> </center>
CSS
input:focus
{
}
<center>
<form>
<input type="text" name="1" /><br><br>
<input class="ikinci" type="text" name="2" />
</form> </center>
input:focus
{
}