<div>
<div class="italic font-semibold">
The data you enter can't be seen by anyone else, since it's in a WebAssembly sandbox. =)
</div>
<input
id="{{input.id}}"
class="rounded border border-blue-400 bg-blue-100 text-neutral-700 p-2 m-2 placeholder:Enter"
placeholder="{{input.placeholder}}"
/>
<div class="italic font-semibold">
"But it can still calculate how many vowels are in your words for you!"
</div>
</div>