ยฉ 2026 Hedgehog Software, LLC
function Test(props) { return <div>{props.Test}</div> }
let a = <Test Test="Test" />
Test
a