JSFiddle - React, Tailwind, and code Playground

JavaScript

$("#idf").on('change',function(){
  window.location.hash = $(this).val();
});