JSFiddle - React, Tailwind, and code Playground

by zlojnaxa

HTML

<div class="yandexClock">
	<iframe frameborder="no" scrolling="no" width="280" height="150" src="https://yandex.ru/time/widget/?geoid=10393&lang=ru&layout=horiz&type=analog&face=serif"></iframe>
</div>

CSS

.yandexClock{
    width: 130px;
    height: 130px;
    /* background:  #000; */
    overflow:  hidden;
}