JSFiddle - React, Tailwind, and code Playground
HTML
<div style="float: left"></div>
<div style="float: right"></div>
CSS
div {width:100px;height:100px;}
div[style*="float: left"] {background:blue;}
div[style*="float: right"] {background:red;}