It's very simplistic at the moment, as I was only trying to test it.
The userstyle.css has only the content:

.test {
	width: 100px;
    height: 100px;
    background-color: green;
	}

Meanwhile my note has the content:

<div class="test"></div>