An HTML custom element implementing the <fun-button>
tag.
npm i fun-button
<script src="node_modules/fun-button/fun-button.js"></script>
or if you're bundling
import "fun-button";
// or
require("fun-button");
<fun-button>Button Content</fun-button>