JSFiddle - React, Tailwind, and code Playground

by Venkatesh Dematti

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<img src="" alt="dddd">

JavaScript

$(document).ready(function(){
$('img').attr('alt'," ");
});