div { background: green; }
<div>foo</div>
alert('it works!');
Submit