I need to create an input email that will keep the "@" character by default and without being able to erase in addition to writing in front of the "@" and behind it, can this be done? thank you very much
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<input type="email" id="myEmail" value="@">