JSFiddle - React, Tailwind, and code Playground

by WORKMAN

HTML

<div class="Block" onclick="location.href='http://turbo-s.ucoz.ru/load/4-1-0-1206';" style="cursor: pointer;">
    <h2><a target="_blank" href="http://turbo-s.ucoz.ru/load/4-1-0-1206">НАЗВАНИЕ ТЕМЫ</a></h2>
</div>

CSS

.Block {
    display: inline-block;
    width: 200px;
    height: 350px;
    background: aqua;
}

.Block h2 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

.Block a {
    color: #ff0000;
    text-decoration: none;
}