<div id="gvkhghcetyiofquc" class="p-4">
<h1 class="text-red-600 text-2xl font-bold">Let's count vowels using templates for Inputs and Outputs!</h1>
<div><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="yrrdpbwgvisocngv"
class="rounded border border-blue-400 bg-blue-100 text-neutral-700 p-2 m-2 placeholder:Enter"
placeholder="Input the word with vowels it's here"
/>
<div class="italic font-semibold">
"But it can still calculate how many vowels are in your words for you!"
</div>
</div></div>
<div><div id="wxqnqnzqvbggvgiy" class="border-2 border-dashed border-green-500 p-4 rounded my-4">
<b>vowels</b>
has
2 vowels.
<br />
</div></div>
</div>