JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<head>
  <script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
  <input name="guner-ler" />

  <input name="gner" />
  <input name="birguer" />
  <input name="alakasizgu" />
<script>$('input[name*="gun"]').val('içinde gun var');</script>

</body>
</html>