JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

HTML

<img src="images/glass.png" alt="" class="img-responsive glass-image" usemap="#jazzmap"><br>
  <map name="jazzmap">
    <area shape="rect" coords="140,56,190,96" href="" alt="Video" title="Video" class="wp-video-popup" >
  </map>

CSS

img { 

border: 1px solid #FFF  ;
-webkit-animation: blink .5s step-end infinite alternate;  
}
@-webkit-keyframes blink { 50% { border-color: #F00; }  }