JSFiddle - React, Tailwind, and code Playground
HTML
<div id="sample" tabindex="0"> </div>
CSS
#sample {
width:100px;
height:100px;
background:#000;
}
#sample:focus {
width:200px;
}
<div id="sample" tabindex="0"> </div>
#sample {
width:100px;
height:100px;
background:#000;
}
#sample:focus {
width:200px;
}