Metabind - Is it possible to have inputs withing HTML?

What I’m trying to do

I’ve created a template in HTML that I really like, but the fields are HTML inputs, so the data isn’t saved.

Things I have tried

I’ve tried switching one of the inputs to <metabind-input key="npc-race" store="inline" type="select" options="Human,Elf,Dwarf,Halfling,Tiefling,Dragonborn,Gnome,Orc,Other" style="width:100%;padding:0.4rem;border-radius:4px;border:1px solid #666;background:#1e1e1e;color:#ddd;"></metabind-input> as someone recommended this online, but not even an input box appeared.

I then tried INPUT[inlineList:exampleProperty], but this shows in plain text on the note. Is it possible to utilize metabind input fields within HTML? If so, does the entire HTML block need to be encapsulated with the meta-bind tag?