<div>
  <p>I'm example HTML</p>
<div>
.module {
  .padding: 1rem;
}
.module::after {
  content: "test";
}
var string = "test string";
console.log(string);

function test() {
  return 'test';
}