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";}