JSFiddle - React, Tailwind, and code Playground

by bohdantheone

HTML

Название песни:<br> <input type="text" name="title"><br>
Другое название:<br><input type="text" name="aemail"><br>
Исполнитель:<br><input type="text" name="asite"><br>
Альбом:<br><input type="text" name="proglink"><br>
Теги:<br><input type="text" name="tags">

<script type="text/javascript"> 
    $('input[name="title"]').keyup(function() { 
    $('input[name="tags"]').val($(this).val())
     
 }); 
</script>