JSFiddle - React, Tailwind, and code Playground
HTML
<select>
<option>Test</option>
</select>
<div></div>
CSS
select:after{content: "This doesnt work";}
div:after{content: "This work";}
<select>
<option>Test</option>
</select>
<div></div>
select:after{content: "This doesnt work";}
div:after{content: "This work";}