JSFiddle - React, Tailwind, and code Playground

HTML

<div id="sample" tabindex="0">&nbsp;</div>

CSS

#sample {
    width:100px;
    height:100px;
    background:#000;
}

#sample:focus {
    width:200px;
}