JSFiddle - React, Tailwind, and code Playground
by Ali Uygur
HTML
<form>
İnput 1<input type="text" name="1" /><br>
Input 2<input class="ikinci" type="text" name="2" />
</form>
CSS
input:focus
{
background-color:pink;
}
by Ali Uygur
<form>
İnput 1<input type="text" name="1" /><br>
Input 2<input class="ikinci" type="text" name="2" />
</form>
input:focus
{
background-color:pink;
}