JSFiddle - React, Tailwind, and code Playground

by rluuan

HTML

<input type="text" blockCaracteres="<>&`'""">

JavaScript

$(document).ready(function() {
	$('input[blockCaraters]').each(function() {
  
  })
});