This is a very basic setup using attributes.
var mytutorial = new Tutorial({ selector: "tut-step" });
<p class="tut-step" t-step="1" t-text="This is the first step!" t-title="First-step"> This is a very basic setup using attributes. </p>