JSFiddle - React, Tailwind, and code Playground

JavaScript

var myLogos = new Array
('http://fonerus.ru/_ph/126/2/221465597.jpg', 'http://fonerus.ru/_ph/126/2/129408945.jpg', 'http://fonerus.ru/_ph/126/2/876143229.jpg', 'http://fonerus.ru/_ph/126/2/886476716.jpg'); 
var Idx = Math.floor(Math.random() * myLogos.length); 
document.write('<img src="'+myLogos[Idx]+'"> ');