JSFiddle - React, Tailwind, and code Playground
HTML
<img id="btnLeft" tabindex="0" src="http://placehold.it/250x100" />
CSS
#btnLeft:focus{
width:70px;
height:74px;
}
<img id="btnLeft" tabindex="0" src="http://placehold.it/250x100" />
#btnLeft:focus{
width:70px;
height:74px;
}