JSFiddle - React, Tailwind, and code Playground

JavaScript

// works
// $("<input type='radio' checked='checked'>").appendTo("body");  
// $("<input type='radio' name='test1' checked='checked'>").appendTo("body");  

// does not work
$("<input type='radio' checked='checked' name='test1'>").appendTo("body");