1<div x-data="{ msg: 'Hello Alpine.js' }">
2  <p x-text="msg"></p>
3</div>