JSFiddle - React, Tailwind, and code Playground

by icntfan

HTML

<!DOCTYPE html>
<html>
<head>
  <script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
  <input name="adam-haberleri" />
  <input name="sut adam" />
  <input name="yaziciadam2" />
  <input name="yenisut" />
<script>$('input[name~="adam"]').val('Sayın adam bulundu!');</script>

</body>
</html>