My dev skills are fledgling, but I think you can do it by adding a theme component with this in the header:
<script type="text/discourse-plugin" version="0.8">
const { setDefaultHomepage } = require('discourse/lib/utilities');
setDefaultHomepage("/tag/featured");
</script>
(Adapted from How to make Docs page the default homepage - #2 by keegan )