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>
  <form>

    <label>Ad:</label>
    <input name="ad" />
    <fieldset>
      <label>Haber:</label>

      <input name="haber" />
    </fieldset>
  </form>
  <input name="yok" />
<script>$("label + input").css("color", "blue").val("etiketlendi!")</script>

</body>
</html>