JSFiddle - React, Tailwind, and code Playground

HTML

<div id="1">Some Id with Number</div>

CSS

[id='1']
{
    font-size: 60px;
    color: red;
}