JSFiddle - React, Tailwind, and code Playground
HTML
<button type="button" class="btn btn-default">power</button>
<button type="button" class="btn btn-default">light</button>
CSS
.active{background:'#0f0'}
<button type="button" class="btn btn-default">power</button>
<button type="button" class="btn btn-default">light</button>
.active{background:'#0f0'}