JSFiddle - React, Tailwind, and code Playground

by zick

HTML

<div class="yandex-map">
<script charset="utf-8" type="text/javascript" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?sid=S_xWq7vTIwMNPPnv4f020vPRxoJrxFnF&amp;width=800&amp;height=250"></script>
</div>

CSS

.yandex-map{
    width: 800px;
    margin: 0 auto;
}

/* для наглядности */
html{
    background: grey;
    width: 1000px;
}