An absolutely tiny JSX runtime.
Drop this into your project and import, and you have a simple JSX runtime. It's very bare-bones but does have a reactive mechanism.
import * as dom from './jsx.js';
import {JSX} from './jsx.js';
dom.renderer(document.querySelector("#root")!, <div>