JSFiddle - React, Tailwind, and code Playground
JavaScript
if (type === 'marker') {
var elem = document.getElementById("marker-form"); elem.style.display = 'block';
layer.bindPopup(elem);
}
if (type === 'marker') {
var elem = document.getElementById("marker-form"); elem.style.display = 'block';
layer.bindPopup(elem);
}